@@ -133,105 +133,118 @@ namespace Model
133133
134134 /* *
135135 * <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>
139140 */
140141 inline const Aws::Map<Aws::String, Aws::String>& GetContext () const { return m_context; }
141142
142143 /* *
143144 * <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>
147149 */
148150 inline bool ContextHasBeenSet () const { return m_contextHasBeenSet; }
149151
150152 /* *
151153 * <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>
155158 */
156159 inline void SetContext (const Aws::Map<Aws::String, Aws::String>& value) { m_contextHasBeenSet = true ; m_context = value; }
157160
158161 /* *
159162 * <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>
163167 */
164168 inline void SetContext (Aws::Map<Aws::String, Aws::String>&& value) { m_contextHasBeenSet = true ; m_context = std::move (value); }
165169
166170 /* *
167171 * <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>
171176 */
172177 inline AddressConfiguration& WithContext (const Aws::Map<Aws::String, Aws::String>& value) { SetContext (value); return *this ;}
173178
174179 /* *
175180 * <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>
179185 */
180186 inline AddressConfiguration& WithContext (Aws::Map<Aws::String, Aws::String>&& value) { SetContext (std::move (value)); return *this ;}
181187
182188 /* *
183189 * <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>
187194 */
188195 inline AddressConfiguration& AddContext (const Aws::String& key, const Aws::String& value) { m_contextHasBeenSet = true ; m_context.emplace (key, value); return *this ; }
189196
190197 /* *
191198 * <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>
195203 */
196204 inline AddressConfiguration& AddContext (Aws::String&& key, const Aws::String& value) { m_contextHasBeenSet = true ; m_context.emplace (std::move (key), value); return *this ; }
197205
198206 /* *
199207 * <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>
203212 */
204213 inline AddressConfiguration& AddContext (const Aws::String& key, Aws::String&& value) { m_contextHasBeenSet = true ; m_context.emplace (key, std::move (value)); return *this ; }
205214
206215 /* *
207216 * <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>
211221 */
212222 inline AddressConfiguration& AddContext (Aws::String&& key, Aws::String&& value) { m_contextHasBeenSet = true ; m_context.emplace (std::move (key), std::move (value)); return *this ; }
213223
214224 /* *
215225 * <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>
219230 */
220231 inline AddressConfiguration& AddContext (const char * key, Aws::String&& value) { m_contextHasBeenSet = true ; m_context.emplace (key, std::move (value)); return *this ; }
221232
222233 /* *
223234 * <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>
227239 */
228240 inline AddressConfiguration& AddContext (Aws::String&& key, const char * value) { m_contextHasBeenSet = true ; m_context.emplace (std::move (key), value); return *this ; }
229241
230242 /* *
231243 * <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>
235248 */
236249 inline AddressConfiguration& AddContext (const char * key, const char * value) { m_contextHasBeenSet = true ; m_context.emplace (key, value); return *this ; }
237250
0 commit comments