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

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

Sets the IncludesMp3Player property
public WithIncludesMp3Player ( Boolean includesMp3Player ) : ItemAttributes
includesMp3Player Boolean IncludesMp3Player property
Результат ItemAttributes
        public ItemAttributes WithIncludesMp3Player(Boolean includesMp3Player)
        {
            this.includesMp3PlayerField = includesMp3Player;
            return this;
        }
ItemAttributes