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

WithBezelMaterialType() 공개 메소드

Sets the BezelMaterialType property
public WithBezelMaterialType ( String bezelMaterialType ) : MerchantItemAttributes
bezelMaterialType String BezelMaterialType property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithBezelMaterialType(String bezelMaterialType)
        {
            this.bezelMaterialTypeField = bezelMaterialType;
            return this;
        }
MerchantItemAttributes