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

WithIncludesMp3Player() public méthode

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