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