Amazon.ECS.Model.MerchantItemAttributes.WithSpeakerDescription C# (CSharp) 메소드

WithSpeakerDescription() 공개 메소드

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