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

WithSpeakerCount() public méthode

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