Amazon.ECS.Model.ItemAttributes.WithSoundCardDescription C# (CSharp) Метод

WithSoundCardDescription() публичный Метод

Sets the SoundCardDescription property
public WithSoundCardDescription ( String soundCardDescription ) : ItemAttributes
soundCardDescription String SoundCardDescription property
Результат ItemAttributes
        public ItemAttributes WithSoundCardDescription(String soundCardDescription)
        {
            this.soundCardDescriptionField = soundCardDescription;
            return this;
        }
ItemAttributes