Amazon.ECS.Model.ItemAttributes.WithGemType C# (CSharp) Méthode

WithGemType() public méthode

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