Skip to content

Commit 8a11e2c

Browse files
authored
feat(aws-android-sdk-connect): update models to latest (#2776)
1 parent 522feeb commit 8a11e2c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/UpdateContactFlowMetadataRequest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class UpdateContactFlowMetadataRequest extends AmazonWebServiceRequest im
4949

5050
/**
5151
* <p>
52-
* TThe name of the contact flow.
52+
* The name of the contact flow.
5353
* </p>
5454
* <p>
5555
* <b>Constraints:</b><br/>
@@ -190,14 +190,14 @@ public UpdateContactFlowMetadataRequest withContactFlowId(String contactFlowId)
190190

191191
/**
192192
* <p>
193-
* TThe name of the contact flow.
193+
* The name of the contact flow.
194194
* </p>
195195
* <p>
196196
* <b>Constraints:</b><br/>
197197
* <b>Length: </b>1 - <br/>
198198
*
199199
* @return <p>
200-
* TThe name of the contact flow.
200+
* The name of the contact flow.
201201
* </p>
202202
*/
203203
public String getName() {
@@ -206,14 +206,14 @@ public String getName() {
206206

207207
/**
208208
* <p>
209-
* TThe name of the contact flow.
209+
* The name of the contact flow.
210210
* </p>
211211
* <p>
212212
* <b>Constraints:</b><br/>
213213
* <b>Length: </b>1 - <br/>
214214
*
215215
* @param name <p>
216-
* TThe name of the contact flow.
216+
* The name of the contact flow.
217217
* </p>
218218
*/
219219
public void setName(String name) {
@@ -222,7 +222,7 @@ public void setName(String name) {
222222

223223
/**
224224
* <p>
225-
* TThe name of the contact flow.
225+
* The name of the contact flow.
226226
* </p>
227227
* <p>
228228
* Returns a reference to this object so that method calls can be chained
@@ -232,7 +232,7 @@ public void setName(String name) {
232232
* <b>Length: </b>1 - <br/>
233233
*
234234
* @param name <p>
235-
* TThe name of the contact flow.
235+
* The name of the contact flow.
236236
* </p>
237237
* @return A reference to this updated object so that method calls can be
238238
* chained together.

0 commit comments

Comments
 (0)