Amazon.ECS.Model.TagLookupRequest.WithTagPage C# (CSharp) Méthode

WithTagPage() public méthode

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