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;
        }