Amazon.ECS.Model.CustomerContentSearchRequest.WithCustomerPage C# (CSharp) Méthode

WithCustomerPage() public méthode

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