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

WithSpeakerDescription() public méthode

Sets the SpeakerDescription property
public WithSpeakerDescription ( String speakerDescription ) : ItemAttributes
speakerDescription String SpeakerDescription property
Résultat ItemAttributes
        public ItemAttributes WithSpeakerDescription(String speakerDescription)
        {
            this.speakerDescriptionField = speakerDescription;
            return this;
        }
ItemAttributes