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

WithMaterialType() public method

Sets the MaterialType property
public WithMaterialType ( String materialType ) : MerchantItemAttributes
materialType String MaterialType property
return MerchantItemAttributes
        public MerchantItemAttributes WithMaterialType(String materialType)
        {
            this.materialTypeField = materialType;
            return this;
        }
MerchantItemAttributes