You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-android-sdk-connect/src/main/java/com/amazonaws/services/connect/model/UpdateContactFlowMetadataRequest.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public class UpdateContactFlowMetadataRequest extends AmazonWebServiceRequest im
49
49
50
50
/**
51
51
* <p>
52
-
* TThe name of the contact flow.
52
+
* The name of the contact flow.
53
53
* </p>
54
54
* <p>
55
55
* <b>Constraints:</b><br/>
@@ -190,14 +190,14 @@ public UpdateContactFlowMetadataRequest withContactFlowId(String contactFlowId)
190
190
191
191
/**
192
192
* <p>
193
-
* TThe name of the contact flow.
193
+
* The name of the contact flow.
194
194
* </p>
195
195
* <p>
196
196
* <b>Constraints:</b><br/>
197
197
* <b>Length: </b>1 - <br/>
198
198
*
199
199
* @return <p>
200
-
* TThe name of the contact flow.
200
+
* The name of the contact flow.
201
201
* </p>
202
202
*/
203
203
publicStringgetName() {
@@ -206,14 +206,14 @@ public String getName() {
206
206
207
207
/**
208
208
* <p>
209
-
* TThe name of the contact flow.
209
+
* The name of the contact flow.
210
210
* </p>
211
211
* <p>
212
212
* <b>Constraints:</b><br/>
213
213
* <b>Length: </b>1 - <br/>
214
214
*
215
215
* @param name <p>
216
-
* TThe name of the contact flow.
216
+
* The name of the contact flow.
217
217
* </p>
218
218
*/
219
219
publicvoidsetName(Stringname) {
@@ -222,7 +222,7 @@ public void setName(String name) {
222
222
223
223
/**
224
224
* <p>
225
-
* TThe name of the contact flow.
225
+
* The name of the contact flow.
226
226
* </p>
227
227
* <p>
228
228
* Returns a reference to this object so that method calls can be chained
@@ -232,7 +232,7 @@ public void setName(String name) {
232
232
* <b>Length: </b>1 - <br/>
233
233
*
234
234
* @param name <p>
235
-
* TThe name of the contact flow.
235
+
* The name of the contact flow.
236
236
* </p>
237
237
* @return A reference to this updated object so that method calls can be
0 commit comments