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

WithTagPage() public method

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