Amazon.ECS.Model.ItemSearchRequest.WithAuthor C# (CSharp) 메소드

WithAuthor() 공개 메소드

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