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

WithIncludesMp3Player() public method

Sets the IncludesMp3Player property
public WithIncludesMp3Player ( Boolean includesMp3Player ) : ItemAttributes
includesMp3Player Boolean IncludesMp3Player property
return ItemAttributes
        public ItemAttributes WithIncludesMp3Player(Boolean includesMp3Player)
        {
            this.includesMp3PlayerField = includesMp3Player;
            return this;
        }
ItemAttributes