Amazon.ECS.Model.CustomerContentLookupRequest.WithTagsPerPage C# (CSharp) Méthode

WithTagsPerPage() public méthode

Sets the TagsPerPage property
public WithTagsPerPage ( Decimal tagsPerPage ) : CustomerContentLookupRequest
tagsPerPage Decimal TagsPerPage property
Résultat CustomerContentLookupRequest
        public CustomerContentLookupRequest WithTagsPerPage(Decimal tagsPerPage)
        {
            this.tagsPerPageField = tagsPerPage;
            return this;
        }