Amazon.ECS.Model.CustomerContentLookupRequest.WithTagPage C# (CSharp) Method

WithTagPage() public method

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : CustomerContentLookupRequest
tagPage Decimal TagPage property
return CustomerContentLookupRequest
        public CustomerContentLookupRequest WithTagPage(Decimal tagPage)
        {
            this.tagPageField = tagPage;
            return this;
        }