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

WithMaterialType() public méthode

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