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

WithArtist() public method

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