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

WithSpeakerCount() public method

Sets the SpeakerCount property
public WithSpeakerCount ( Decimal speakerCount ) : MerchantItemAttributes
speakerCount Decimal SpeakerCount property
return MerchantItemAttributes
        public MerchantItemAttributes WithSpeakerCount(Decimal speakerCount)
        {
            this.speakerCountField = speakerCount;
            return this;
        }
MerchantItemAttributes