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

WithManufacturerPartsWarrantyDescription() public méthode

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