Amazon.ECS.Model.MerchantItemAttributes.WithSpeakerCount C# (CSharp) Méthode

WithSpeakerCount() public méthode

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