Amazon.ECS.Model.ItemAttributes.WithGemType C# (CSharp) 메소드

WithGemType() 공개 메소드

Sets the GemType property
public WithGemType ( String gemType ) : ItemAttributes
gemType String GemType property
리턴 ItemAttributes
        public ItemAttributes WithGemType(String gemType)
        {
            this.gemTypeField = gemType;
            return this;
        }
ItemAttributes