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

WithDVDLayers() public method

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