Amazon.ECS.Model.MerchantItemAttributes.WithMaterialType C# (CSharp) Метод

WithMaterialType() публичный Метод

Sets the MaterialType property
public WithMaterialType ( String materialType ) : MerchantItemAttributes
materialType String MaterialType property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithMaterialType(String materialType)
        {
            this.materialTypeField = materialType;
            return this;
        }
MerchantItemAttributes