Amazon.ECS.Model.ItemSearchRequest.WithAuthor C# (CSharp) Méthode

WithAuthor() public méthode

Sets the Author property
public WithAuthor ( String author ) : ItemSearchRequest
author String Author property
Résultat ItemSearchRequest
        public ItemSearchRequest WithAuthor(String author)
        {
            this.authorField = author;
            return this;
        }