@@ -118,50 +118,50 @@ namespace Model
118
118
119
119
120
120
/* *
121
- * <p>Specifies the name of the mapping template for the transformer. This template
122
- * is used to convert the input document into the correct set of objects .</p>
121
+ * <p>Specifies the mapping template for the transformer. This template is used to
122
+ * map the parsed EDI file using JSONata or XSLT .</p>
123
123
*/
124
124
inline const Aws::String& GetMappingTemplate () const { return m_mappingTemplate; }
125
125
126
126
/* *
127
- * <p>Specifies the name of the mapping template for the transformer. This template
128
- * is used to convert the input document into the correct set of objects .</p>
127
+ * <p>Specifies the mapping template for the transformer. This template is used to
128
+ * map the parsed EDI file using JSONata or XSLT .</p>
129
129
*/
130
130
inline bool MappingTemplateHasBeenSet () const { return m_mappingTemplateHasBeenSet; }
131
131
132
132
/* *
133
- * <p>Specifies the name of the mapping template for the transformer. This template
134
- * is used to convert the input document into the correct set of objects .</p>
133
+ * <p>Specifies the mapping template for the transformer. This template is used to
134
+ * map the parsed EDI file using JSONata or XSLT .</p>
135
135
*/
136
136
inline void SetMappingTemplate (const Aws::String& value) { m_mappingTemplateHasBeenSet = true ; m_mappingTemplate = value; }
137
137
138
138
/* *
139
- * <p>Specifies the name of the mapping template for the transformer. This template
140
- * is used to convert the input document into the correct set of objects .</p>
139
+ * <p>Specifies the mapping template for the transformer. This template is used to
140
+ * map the parsed EDI file using JSONata or XSLT .</p>
141
141
*/
142
142
inline void SetMappingTemplate (Aws::String&& value) { m_mappingTemplateHasBeenSet = true ; m_mappingTemplate = std::move (value); }
143
143
144
144
/* *
145
- * <p>Specifies the name of the mapping template for the transformer. This template
146
- * is used to convert the input document into the correct set of objects .</p>
145
+ * <p>Specifies the mapping template for the transformer. This template is used to
146
+ * map the parsed EDI file using JSONata or XSLT .</p>
147
147
*/
148
148
inline void SetMappingTemplate (const char * value) { m_mappingTemplateHasBeenSet = true ; m_mappingTemplate.assign (value); }
149
149
150
150
/* *
151
- * <p>Specifies the name of the mapping template for the transformer. This template
152
- * is used to convert the input document into the correct set of objects .</p>
151
+ * <p>Specifies the mapping template for the transformer. This template is used to
152
+ * map the parsed EDI file using JSONata or XSLT .</p>
153
153
*/
154
154
inline CreateTransformerRequest& WithMappingTemplate (const Aws::String& value) { SetMappingTemplate (value); return *this ;}
155
155
156
156
/* *
157
- * <p>Specifies the name of the mapping template for the transformer. This template
158
- * is used to convert the input document into the correct set of objects .</p>
157
+ * <p>Specifies the mapping template for the transformer. This template is used to
158
+ * map the parsed EDI file using JSONata or XSLT .</p>
159
159
*/
160
160
inline CreateTransformerRequest& WithMappingTemplate (Aws::String&& value) { SetMappingTemplate (std::move (value)); return *this ;}
161
161
162
162
/* *
163
- * <p>Specifies the name of the mapping template for the transformer. This template
164
- * is used to convert the input document into the correct set of objects .</p>
163
+ * <p>Specifies the mapping template for the transformer. This template is used to
164
+ * map the parsed EDI file using JSONata or XSLT .</p>
165
165
*/
166
166
inline CreateTransformerRequest& WithMappingTemplate (const char * value) { SetMappingTemplate (value); return *this ;}
167
167
0 commit comments