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

WithGemType() 공개 메소드

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