@@ -45,124 +45,132 @@ namespace Model
4545
4646
4747 /* *
48- * <p>A unique identifier for the AS2 process .</p>
48+ * <p>A unique identifier for the AS2 local profile .</p>
4949 */
5050 inline const Aws::String& GetLocalProfileId () const { return m_localProfileId; }
5151
5252 /* *
53- * <p>A unique identifier for the AS2 process .</p>
53+ * <p>A unique identifier for the AS2 local profile .</p>
5454 */
5555 inline bool LocalProfileIdHasBeenSet () const { return m_localProfileIdHasBeenSet; }
5656
5757 /* *
58- * <p>A unique identifier for the AS2 process .</p>
58+ * <p>A unique identifier for the AS2 local profile .</p>
5959 */
6060 inline void SetLocalProfileId (const Aws::String& value) { m_localProfileIdHasBeenSet = true ; m_localProfileId = value; }
6161
6262 /* *
63- * <p>A unique identifier for the AS2 process .</p>
63+ * <p>A unique identifier for the AS2 local profile .</p>
6464 */
6565 inline void SetLocalProfileId (Aws::String&& value) { m_localProfileIdHasBeenSet = true ; m_localProfileId = std::move (value); }
6666
6767 /* *
68- * <p>A unique identifier for the AS2 process .</p>
68+ * <p>A unique identifier for the AS2 local profile .</p>
6969 */
7070 inline void SetLocalProfileId (const char * value) { m_localProfileIdHasBeenSet = true ; m_localProfileId.assign (value); }
7171
7272 /* *
73- * <p>A unique identifier for the AS2 process .</p>
73+ * <p>A unique identifier for the AS2 local profile .</p>
7474 */
7575 inline As2ConnectorConfig& WithLocalProfileId (const Aws::String& value) { SetLocalProfileId (value); return *this ;}
7676
7777 /* *
78- * <p>A unique identifier for the AS2 process .</p>
78+ * <p>A unique identifier for the AS2 local profile .</p>
7979 */
8080 inline As2ConnectorConfig& WithLocalProfileId (Aws::String&& value) { SetLocalProfileId (std::move (value)); return *this ;}
8181
8282 /* *
83- * <p>A unique identifier for the AS2 process .</p>
83+ * <p>A unique identifier for the AS2 local profile .</p>
8484 */
8585 inline As2ConnectorConfig& WithLocalProfileId (const char * value) { SetLocalProfileId (value); return *this ;}
8686
8787
8888 /* *
89- * <p>A unique identifier for the partner for the connector.</p>
89+ * <p>A unique identifier for the partner profile for the connector.</p>
9090 */
9191 inline const Aws::String& GetPartnerProfileId () const { return m_partnerProfileId; }
9292
9393 /* *
94- * <p>A unique identifier for the partner for the connector.</p>
94+ * <p>A unique identifier for the partner profile for the connector.</p>
9595 */
9696 inline bool PartnerProfileIdHasBeenSet () const { return m_partnerProfileIdHasBeenSet; }
9797
9898 /* *
99- * <p>A unique identifier for the partner for the connector.</p>
99+ * <p>A unique identifier for the partner profile for the connector.</p>
100100 */
101101 inline void SetPartnerProfileId (const Aws::String& value) { m_partnerProfileIdHasBeenSet = true ; m_partnerProfileId = value; }
102102
103103 /* *
104- * <p>A unique identifier for the partner for the connector.</p>
104+ * <p>A unique identifier for the partner profile for the connector.</p>
105105 */
106106 inline void SetPartnerProfileId (Aws::String&& value) { m_partnerProfileIdHasBeenSet = true ; m_partnerProfileId = std::move (value); }
107107
108108 /* *
109- * <p>A unique identifier for the partner for the connector.</p>
109+ * <p>A unique identifier for the partner profile for the connector.</p>
110110 */
111111 inline void SetPartnerProfileId (const char * value) { m_partnerProfileIdHasBeenSet = true ; m_partnerProfileId.assign (value); }
112112
113113 /* *
114- * <p>A unique identifier for the partner for the connector.</p>
114+ * <p>A unique identifier for the partner profile for the connector.</p>
115115 */
116116 inline As2ConnectorConfig& WithPartnerProfileId (const Aws::String& value) { SetPartnerProfileId (value); return *this ;}
117117
118118 /* *
119- * <p>A unique identifier for the partner for the connector.</p>
119+ * <p>A unique identifier for the partner profile for the connector.</p>
120120 */
121121 inline As2ConnectorConfig& WithPartnerProfileId (Aws::String&& value) { SetPartnerProfileId (std::move (value)); return *this ;}
122122
123123 /* *
124- * <p>A unique identifier for the partner for the connector.</p>
124+ * <p>A unique identifier for the partner profile for the connector.</p>
125125 */
126126 inline As2ConnectorConfig& WithPartnerProfileId (const char * value) { SetPartnerProfileId (value); return *this ;}
127127
128128
129129 /* *
130- * <p>A short description to help identify the connector.</p>
130+ * <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
131+ * are being sent with the connector.</p>
131132 */
132133 inline const Aws::String& GetMessageSubject () const { return m_messageSubject; }
133134
134135 /* *
135- * <p>A short description to help identify the connector.</p>
136+ * <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
137+ * are being sent with the connector.</p>
136138 */
137139 inline bool MessageSubjectHasBeenSet () const { return m_messageSubjectHasBeenSet; }
138140
139141 /* *
140- * <p>A short description to help identify the connector.</p>
142+ * <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
143+ * are being sent with the connector.</p>
141144 */
142145 inline void SetMessageSubject (const Aws::String& value) { m_messageSubjectHasBeenSet = true ; m_messageSubject = value; }
143146
144147 /* *
145- * <p>A short description to help identify the connector.</p>
148+ * <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
149+ * are being sent with the connector.</p>
146150 */
147151 inline void SetMessageSubject (Aws::String&& value) { m_messageSubjectHasBeenSet = true ; m_messageSubject = std::move (value); }
148152
149153 /* *
150- * <p>A short description to help identify the connector.</p>
154+ * <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
155+ * are being sent with the connector.</p>
151156 */
152157 inline void SetMessageSubject (const char * value) { m_messageSubjectHasBeenSet = true ; m_messageSubject.assign (value); }
153158
154159 /* *
155- * <p>A short description to help identify the connector.</p>
160+ * <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
161+ * are being sent with the connector.</p>
156162 */
157163 inline As2ConnectorConfig& WithMessageSubject (const Aws::String& value) { SetMessageSubject (value); return *this ;}
158164
159165 /* *
160- * <p>A short description to help identify the connector.</p>
166+ * <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
167+ * are being sent with the connector.</p>
161168 */
162169 inline As2ConnectorConfig& WithMessageSubject (Aws::String&& value) { SetMessageSubject (std::move (value)); return *this ;}
163170
164171 /* *
165- * <p>A short description to help identify the connector.</p>
172+ * <p>Used as the <code>Subject</code> HTTP header attribute in AS2 messages that
173+ * are being sent with the connector.</p>
166174 */
167175 inline As2ConnectorConfig& WithMessageSubject (const char * value) { SetMessageSubject (value); return *this ;}
168176
@@ -230,69 +238,81 @@ namespace Model
230238
231239
232240 /* *
233- * <p>The algorithm that is used to sign the AS2 transfers for this partner
234- * profile .</p>
241+ * <p>The algorithm that is used to sign the AS2 messages sent with the
242+ * connector .</p>
235243 */
236244 inline const SigningAlg& GetSigningAlgorithm () const { return m_signingAlgorithm; }
237245
238246 /* *
239- * <p>The algorithm that is used to sign the AS2 transfers for this partner
240- * profile .</p>
247+ * <p>The algorithm that is used to sign the AS2 messages sent with the
248+ * connector .</p>
241249 */
242250 inline bool SigningAlgorithmHasBeenSet () const { return m_signingAlgorithmHasBeenSet; }
243251
244252 /* *
245- * <p>The algorithm that is used to sign the AS2 transfers for this partner
246- * profile .</p>
253+ * <p>The algorithm that is used to sign the AS2 messages sent with the
254+ * connector .</p>
247255 */
248256 inline void SetSigningAlgorithm (const SigningAlg& value) { m_signingAlgorithmHasBeenSet = true ; m_signingAlgorithm = value; }
249257
250258 /* *
251- * <p>The algorithm that is used to sign the AS2 transfers for this partner
252- * profile .</p>
259+ * <p>The algorithm that is used to sign the AS2 messages sent with the
260+ * connector .</p>
253261 */
254262 inline void SetSigningAlgorithm (SigningAlg&& value) { m_signingAlgorithmHasBeenSet = true ; m_signingAlgorithm = std::move (value); }
255263
256264 /* *
257- * <p>The algorithm that is used to sign the AS2 transfers for this partner
258- * profile .</p>
265+ * <p>The algorithm that is used to sign the AS2 messages sent with the
266+ * connector .</p>
259267 */
260268 inline As2ConnectorConfig& WithSigningAlgorithm (const SigningAlg& value) { SetSigningAlgorithm (value); return *this ;}
261269
262270 /* *
263- * <p>The algorithm that is used to sign the AS2 transfers for this partner
264- * profile .</p>
271+ * <p>The algorithm that is used to sign the AS2 messages sent with the
272+ * connector .</p>
265273 */
266274 inline As2ConnectorConfig& WithSigningAlgorithm (SigningAlg&& value) { SetSigningAlgorithm (std::move (value)); return *this ;}
267275
268276
269277 /* *
270- * <p>The signing algorithm for the MDN response.</p>
278+ * <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
279+ * (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
280+ *
271281 */
272282 inline const MdnSigningAlg& GetMdnSigningAlgorithm () const { return m_mdnSigningAlgorithm; }
273283
274284 /* *
275- * <p>The signing algorithm for the MDN response.</p>
285+ * <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
286+ * (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
287+ *
276288 */
277289 inline bool MdnSigningAlgorithmHasBeenSet () const { return m_mdnSigningAlgorithmHasBeenSet; }
278290
279291 /* *
280- * <p>The signing algorithm for the MDN response.</p>
292+ * <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
293+ * (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
294+ *
281295 */
282296 inline void SetMdnSigningAlgorithm (const MdnSigningAlg& value) { m_mdnSigningAlgorithmHasBeenSet = true ; m_mdnSigningAlgorithm = value; }
283297
284298 /* *
285- * <p>The signing algorithm for the MDN response.</p>
299+ * <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
300+ * (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
301+ *
286302 */
287303 inline void SetMdnSigningAlgorithm (MdnSigningAlg&& value) { m_mdnSigningAlgorithmHasBeenSet = true ; m_mdnSigningAlgorithm = std::move (value); }
288304
289305 /* *
290- * <p>The signing algorithm for the MDN response.</p>
306+ * <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
307+ * (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
308+ *
291309 */
292310 inline As2ConnectorConfig& WithMdnSigningAlgorithm (const MdnSigningAlg& value) { SetMdnSigningAlgorithm (value); return *this ;}
293311
294312 /* *
295- * <p>The signing algorithm for the MDN response.</p>
313+ * <p>The signing algorithm for the MDN response.</p> <p>If set to DEFAULT
314+ * (or not set at all), the value for <code>SigningAlogorithm</code> is used.</p>
315+ *
296316 */
297317 inline As2ConnectorConfig& WithMdnSigningAlgorithm (MdnSigningAlg&& value) { SetMdnSigningAlgorithm (std::move (value)); return *this ;}
298318
0 commit comments