Amazon.ECS.Model.CustomerContentSearchRequest.WithCustomerPage C# (CSharp) Method

WithCustomerPage() public method

Sets the CustomerPage property
public WithCustomerPage ( Decimal customerPage ) : CustomerContentSearchRequest
customerPage Decimal CustomerPage property
return CustomerContentSearchRequest
        public CustomerContentSearchRequest WithCustomerPage(Decimal customerPage)
        {
            this.customerPageField = customerPage;
            return this;
        }