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

WithSpeakerDescription() public method

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