Amazon.ECS.Model.ItemAttributes.WithDVDRWDescription C# (CSharp) 메소드

WithDVDRWDescription() 공개 메소드

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