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

WithSpeakerCount() 공개 메소드

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