Amazon.ECS.Model.MerchantItemAttributes.WithDVDLayers C# (CSharp) Method

WithDVDLayers() public method

Sets the DVDLayers property
public WithDVDLayers ( Decimal DVDLayers ) : MerchantItemAttributes
DVDLayers Decimal DVDLayers property
return MerchantItemAttributes
        public MerchantItemAttributes WithDVDLayers(Decimal DVDLayers)
        {
            this.DVDLayersField = DVDLayers;
            return this;
        }
MerchantItemAttributes