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

WithArtist() 공개 메소드

Sets the Artist property
public WithArtist ( String artist ) : ItemSearchRequest
artist String Artist property
리턴 ItemSearchRequest
        public ItemSearchRequest WithArtist(String artist)
        {
            this.artistField = artist;
            return this;
        }