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

WithCDRWDescription() 공개 메소드

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