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

WithDVDRWDescription() public method

Sets the DVDRWDescription property
public WithDVDRWDescription ( String DVDRWDescription ) : ItemAttributes
DVDRWDescription String DVDRWDescription property
return ItemAttributes
        public ItemAttributes WithDVDRWDescription(String DVDRWDescription)
        {
            this.DVDRWDescriptionField = DVDRWDescription;
            return this;
        }
ItemAttributes