Amazon.ECS.Model.CustomerContentLookupRequest.WithTagPage C# (CSharp) Метод

WithTagPage() публичный Метод

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : CustomerContentLookupRequest
tagPage Decimal TagPage property
Результат CustomerContentLookupRequest
        public CustomerContentLookupRequest WithTagPage(Decimal tagPage)
        {
            this.tagPageField = tagPage;
            return this;
        }