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

WithTagPage() public method

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