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

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

Sets the TagsPerPage property
public WithTagsPerPage ( Decimal tagsPerPage ) : CustomerContentLookupRequest
tagsPerPage Decimal TagsPerPage property
Результат CustomerContentLookupRequest
        public CustomerContentLookupRequest WithTagsPerPage(Decimal tagsPerPage)
        {
            this.tagsPerPageField = tagsPerPage;
            return this;
        }