Amazon.ECS.Model.ItemAttributes.WithMetalType C# (CSharp) Method

WithMetalType() public method

Sets the MetalType property
public WithMetalType ( String metalType ) : ItemAttributes
metalType String MetalType property
return ItemAttributes
        public ItemAttributes WithMetalType(String metalType)
        {
            this.metalTypeField = metalType;
            return this;
        }
ItemAttributes