Amazon.ECS.Model.CustomerContentSearchRequest.WithCustomerPage C# (CSharp) Метод

WithCustomerPage() публичный Метод

Sets the CustomerPage property
public WithCustomerPage ( Decimal customerPage ) : CustomerContentSearchRequest
customerPage Decimal CustomerPage property
Результат CustomerContentSearchRequest
        public CustomerContentSearchRequest WithCustomerPage(Decimal customerPage)
        {
            this.customerPageField = customerPage;
            return this;
        }