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

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

Sets the MetalType property
public WithMetalType ( String metalType ) : MerchantItemAttributes
metalType String MetalType property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithMetalType(String metalType)
        {
            this.metalTypeField = metalType;
            return this;
        }
MerchantItemAttributes