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

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

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