Amazon.ECS.Model.MerchantItemAttributes.WithIncludesMp3Player C# (CSharp) 메소드

WithIncludesMp3Player() 공개 메소드

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