Amazon.ECS.Model.ItemAttributes.WithSoundCardDescription C# (CSharp) Méthode

WithSoundCardDescription() public méthode

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