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

WithSpeakerCount() public method

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