Amazon.ECS.Model.MerchantItemAttributes.WithBezelMaterialType C# (CSharp) Method

WithBezelMaterialType() public method

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