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

WithMetalType() public méthode

Sets the MetalType property
public WithMetalType ( String metalType ) : MerchantItemAttributes
metalType String MetalType property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithMetalType(String metalType)
        {
            this.metalTypeField = metalType;
            return this;
        }
MerchantItemAttributes