Amazon.ECS.Model.ItemAttributes.WithSpeakerCount C# (CSharp) Метод

WithSpeakerCount() публичный Метод

Sets the SpeakerCount property
public WithSpeakerCount ( Decimal speakerCount ) : ItemAttributes
speakerCount Decimal SpeakerCount property
Результат ItemAttributes
        public ItemAttributes WithSpeakerCount(Decimal speakerCount)
        {
            this.speakerCountField = speakerCount;
            return this;
        }
ItemAttributes