Amazon.ECS.Model.Sellers.WithTotalPages C# (CSharp) 메소드

WithTotalPages() 공개 메소드

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : Sellers
totalPages Decimal TotalPages property
리턴 Sellers
        public Sellers WithTotalPages(Decimal totalPages)
        {
            this.totalPagesField = totalPages;
            return this;
        }