Amazon.ECS.Model.ItemSearchRequest.WithAuthor C# (CSharp) Method

WithAuthor() public method

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