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

WithCDRWDescription() public method

Sets the CDRWDescription property
public WithCDRWDescription ( String CDRWDescription ) : MerchantItemAttributes
CDRWDescription String CDRWDescription property
return MerchantItemAttributes
        public MerchantItemAttributes WithCDRWDescription(String CDRWDescription)
        {
            this.CDRWDescriptionField = CDRWDescription;
            return this;
        }
MerchantItemAttributes