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