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

WithManufacturerPartsWarrantyDescription() 공개 메소드

Sets the ManufacturerPartsWarrantyDescription property
public WithManufacturerPartsWarrantyDescription ( String manufacturerPartsWarrantyDescription ) : MerchantItemAttributes
manufacturerPartsWarrantyDescription String ManufacturerPartsWarrantyDescription property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithManufacturerPartsWarrantyDescription(String manufacturerPartsWarrantyDescription)
        {
            this.manufacturerPartsWarrantyDescriptionField = manufacturerPartsWarrantyDescription;
            return this;
        }
MerchantItemAttributes