Amazon.ECS.Model.MerchantItemAttributes.WithCDRWDescription C# (CSharp) Méthode

WithCDRWDescription() public méthode

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