@@ -133,105 +133,118 @@ namespace Model
133
133
134
134
/* *
135
135
* <p>An object that maps custom attributes to attributes for the address and is
136
- * attached to the message. For a push notification, this payload is added to the
137
- * data.pinpoint object. For an email or text message, this payload is added to
138
- * email/SMS delivery receipt event attributes.</p>
136
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
137
+ * notification, this payload is added to the data.pinpoint object. For an email or
138
+ * text message, this payload is added to email/SMS delivery receipt event
139
+ * attributes.</p>
139
140
*/
140
141
inline const Aws::Map<Aws::String, Aws::String>& GetContext () const { return m_context; }
141
142
142
143
/* *
143
144
* <p>An object that maps custom attributes to attributes for the address and is
144
- * attached to the message. For a push notification, this payload is added to the
145
- * data.pinpoint object. For an email or text message, this payload is added to
146
- * email/SMS delivery receipt event attributes.</p>
145
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
146
+ * notification, this payload is added to the data.pinpoint object. For an email or
147
+ * text message, this payload is added to email/SMS delivery receipt event
148
+ * attributes.</p>
147
149
*/
148
150
inline bool ContextHasBeenSet () const { return m_contextHasBeenSet; }
149
151
150
152
/* *
151
153
* <p>An object that maps custom attributes to attributes for the address and is
152
- * attached to the message. For a push notification, this payload is added to the
153
- * data.pinpoint object. For an email or text message, this payload is added to
154
- * email/SMS delivery receipt event attributes.</p>
154
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
155
+ * notification, this payload is added to the data.pinpoint object. For an email or
156
+ * text message, this payload is added to email/SMS delivery receipt event
157
+ * attributes.</p>
155
158
*/
156
159
inline void SetContext (const Aws::Map<Aws::String, Aws::String>& value) { m_contextHasBeenSet = true ; m_context = value; }
157
160
158
161
/* *
159
162
* <p>An object that maps custom attributes to attributes for the address and is
160
- * attached to the message. For a push notification, this payload is added to the
161
- * data.pinpoint object. For an email or text message, this payload is added to
162
- * email/SMS delivery receipt event attributes.</p>
163
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
164
+ * notification, this payload is added to the data.pinpoint object. For an email or
165
+ * text message, this payload is added to email/SMS delivery receipt event
166
+ * attributes.</p>
163
167
*/
164
168
inline void SetContext (Aws::Map<Aws::String, Aws::String>&& value) { m_contextHasBeenSet = true ; m_context = std::move (value); }
165
169
166
170
/* *
167
171
* <p>An object that maps custom attributes to attributes for the address and is
168
- * attached to the message. For a push notification, this payload is added to the
169
- * data.pinpoint object. For an email or text message, this payload is added to
170
- * email/SMS delivery receipt event attributes.</p>
172
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
173
+ * notification, this payload is added to the data.pinpoint object. For an email or
174
+ * text message, this payload is added to email/SMS delivery receipt event
175
+ * attributes.</p>
171
176
*/
172
177
inline AddressConfiguration& WithContext (const Aws::Map<Aws::String, Aws::String>& value) { SetContext (value); return *this ;}
173
178
174
179
/* *
175
180
* <p>An object that maps custom attributes to attributes for the address and is
176
- * attached to the message. For a push notification, this payload is added to the
177
- * data.pinpoint object. For an email or text message, this payload is added to
178
- * email/SMS delivery receipt event attributes.</p>
181
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
182
+ * notification, this payload is added to the data.pinpoint object. For an email or
183
+ * text message, this payload is added to email/SMS delivery receipt event
184
+ * attributes.</p>
179
185
*/
180
186
inline AddressConfiguration& WithContext (Aws::Map<Aws::String, Aws::String>&& value) { SetContext (std::move (value)); return *this ;}
181
187
182
188
/* *
183
189
* <p>An object that maps custom attributes to attributes for the address and is
184
- * attached to the message. For a push notification, this payload is added to the
185
- * data.pinpoint object. For an email or text message, this payload is added to
186
- * email/SMS delivery receipt event attributes.</p>
190
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
191
+ * notification, this payload is added to the data.pinpoint object. For an email or
192
+ * text message, this payload is added to email/SMS delivery receipt event
193
+ * attributes.</p>
187
194
*/
188
195
inline AddressConfiguration& AddContext (const Aws::String& key, const Aws::String& value) { m_contextHasBeenSet = true ; m_context.emplace (key, value); return *this ; }
189
196
190
197
/* *
191
198
* <p>An object that maps custom attributes to attributes for the address and is
192
- * attached to the message. For a push notification, this payload is added to the
193
- * data.pinpoint object. For an email or text message, this payload is added to
194
- * email/SMS delivery receipt event attributes.</p>
199
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
200
+ * notification, this payload is added to the data.pinpoint object. For an email or
201
+ * text message, this payload is added to email/SMS delivery receipt event
202
+ * attributes.</p>
195
203
*/
196
204
inline AddressConfiguration& AddContext (Aws::String&& key, const Aws::String& value) { m_contextHasBeenSet = true ; m_context.emplace (std::move (key), value); return *this ; }
197
205
198
206
/* *
199
207
* <p>An object that maps custom attributes to attributes for the address and is
200
- * attached to the message. For a push notification, this payload is added to the
201
- * data.pinpoint object. For an email or text message, this payload is added to
202
- * email/SMS delivery receipt event attributes.</p>
208
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
209
+ * notification, this payload is added to the data.pinpoint object. For an email or
210
+ * text message, this payload is added to email/SMS delivery receipt event
211
+ * attributes.</p>
203
212
*/
204
213
inline AddressConfiguration& AddContext (const Aws::String& key, Aws::String&& value) { m_contextHasBeenSet = true ; m_context.emplace (key, std::move (value)); return *this ; }
205
214
206
215
/* *
207
216
* <p>An object that maps custom attributes to attributes for the address and is
208
- * attached to the message. For a push notification, this payload is added to the
209
- * data.pinpoint object. For an email or text message, this payload is added to
210
- * email/SMS delivery receipt event attributes.</p>
217
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
218
+ * notification, this payload is added to the data.pinpoint object. For an email or
219
+ * text message, this payload is added to email/SMS delivery receipt event
220
+ * attributes.</p>
211
221
*/
212
222
inline AddressConfiguration& AddContext (Aws::String&& key, Aws::String&& value) { m_contextHasBeenSet = true ; m_context.emplace (std::move (key), std::move (value)); return *this ; }
213
223
214
224
/* *
215
225
* <p>An object that maps custom attributes to attributes for the address and is
216
- * attached to the message. For a push notification, this payload is added to the
217
- * data.pinpoint object. For an email or text message, this payload is added to
218
- * email/SMS delivery receipt event attributes.</p>
226
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
227
+ * notification, this payload is added to the data.pinpoint object. For an email or
228
+ * text message, this payload is added to email/SMS delivery receipt event
229
+ * attributes.</p>
219
230
*/
220
231
inline AddressConfiguration& AddContext (const char * key, Aws::String&& value) { m_contextHasBeenSet = true ; m_context.emplace (key, std::move (value)); return *this ; }
221
232
222
233
/* *
223
234
* <p>An object that maps custom attributes to attributes for the address and is
224
- * attached to the message. For a push notification, this payload is added to the
225
- * data.pinpoint object. For an email or text message, this payload is added to
226
- * email/SMS delivery receipt event attributes.</p>
235
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
236
+ * notification, this payload is added to the data.pinpoint object. For an email or
237
+ * text message, this payload is added to email/SMS delivery receipt event
238
+ * attributes.</p>
227
239
*/
228
240
inline AddressConfiguration& AddContext (Aws::String&& key, const char * value) { m_contextHasBeenSet = true ; m_context.emplace (std::move (key), value); return *this ; }
229
241
230
242
/* *
231
243
* <p>An object that maps custom attributes to attributes for the address and is
232
- * attached to the message. For a push notification, this payload is added to the
233
- * data.pinpoint object. For an email or text message, this payload is added to
234
- * email/SMS delivery receipt event attributes.</p>
244
+ * attached to the message. Attribute names are case sensitive.</p> <p>For a push
245
+ * notification, this payload is added to the data.pinpoint object. For an email or
246
+ * text message, this payload is added to email/SMS delivery receipt event
247
+ * attributes.</p>
235
248
*/
236
249
inline AddressConfiguration& AddContext (const char * key, const char * value) { m_contextHasBeenSet = true ; m_context.emplace (key, value); return *this ; }
237
250
0 commit comments