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

WithDVDRWDescription() 공개 메소드

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