Amazon.ECS.Model.ItemAttributes.WithSoundCardDescription C# (CSharp) Method

WithSoundCardDescription() public method

Sets the SoundCardDescription property
public WithSoundCardDescription ( String soundCardDescription ) : ItemAttributes
soundCardDescription String SoundCardDescription property
return ItemAttributes
        public ItemAttributes WithSoundCardDescription(String soundCardDescription)
        {
            this.soundCardDescriptionField = soundCardDescription;
            return this;
        }
ItemAttributes