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

WithSpeakerDescription() public method

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