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