Skip to content

Commit ab85dab

Browse files
awsmobilesdkKarthikeyan
authored andcommitted
[aws-android-sdk-transcribe] Update models to latest (#1225)
1 parent 837038a commit ab85dab

12 files changed

+127
-104
lines changed

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/CreateVocabularyRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public class CreateVocabularyRequest extends AmazonWebServiceRequest implements
8484
* <p>
8585
* <b>Constraints:</b><br/>
8686
* <b>Length: </b>1 - 2000<br/>
87+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
8788
*/
8889
private String vocabularyFileUri;
8990

@@ -354,6 +355,7 @@ public CreateVocabularyRequest withPhrases(java.util.Collection<String> phrases)
354355
* <p>
355356
* <b>Constraints:</b><br/>
356357
* <b>Length: </b>1 - 2000<br/>
358+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
357359
*
358360
* @return <p>
359361
* The S3 location of the text file that contains the definition of
@@ -412,6 +414,7 @@ public String getVocabularyFileUri() {
412414
* <p>
413415
* <b>Constraints:</b><br/>
414416
* <b>Length: </b>1 - 2000<br/>
417+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
415418
*
416419
* @param vocabularyFileUri <p>
417420
* The S3 location of the text file that contains the definition
@@ -473,6 +476,7 @@ public void setVocabularyFileUri(String vocabularyFileUri) {
473476
* <p>
474477
* <b>Constraints:</b><br/>
475478
* <b>Length: </b>1 - 2000<br/>
479+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
476480
*
477481
* @param vocabularyFileUri <p>
478482
* The S3 location of the text file that contains the definition

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/GetVocabularyResult.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public class GetVocabularyResult implements Serializable {
7373
* <p>
7474
* <b>Constraints:</b><br/>
7575
* <b>Length: </b>1 - 2000<br/>
76+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
7677
*/
7778
private String downloadUri;
7879

@@ -438,6 +439,7 @@ public GetVocabularyResult withFailureReason(String failureReason) {
438439
* <p>
439440
* <b>Constraints:</b><br/>
440441
* <b>Length: </b>1 - 2000<br/>
442+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
441443
*
442444
* @return <p>
443445
* The S3 location where the vocabulary is stored. Use this URI to
@@ -457,6 +459,7 @@ public String getDownloadUri() {
457459
* <p>
458460
* <b>Constraints:</b><br/>
459461
* <b>Length: </b>1 - 2000<br/>
462+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
460463
*
461464
* @param downloadUri <p>
462465
* The S3 location where the vocabulary is stored. Use this URI
@@ -479,6 +482,7 @@ public void setDownloadUri(String downloadUri) {
479482
* <p>
480483
* <b>Constraints:</b><br/>
481484
* <b>Length: </b>1 - 2000<br/>
485+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
482486
*
483487
* @param downloadUri <p>
484488
* The S3 location where the vocabulary is stored. Use this URI

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/ListTranscriptionJobsRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public class ListTranscriptionJobsRequest extends AmazonWebServiceRequest implem
5959
* <p>
6060
* <b>Constraints:</b><br/>
6161
* <b>Length: </b> - 8192<br/>
62+
* <b>Pattern: </b>.+<br/>
6263
*/
6364
private String nextToken;
6465

@@ -277,6 +278,7 @@ public ListTranscriptionJobsRequest withJobNameContains(String jobNameContains)
277278
* <p>
278279
* <b>Constraints:</b><br/>
279280
* <b>Length: </b> - 8192<br/>
281+
* <b>Pattern: </b>.+<br/>
280282
*
281283
* @return <p>
282284
* If the result of the previous request to
@@ -297,6 +299,7 @@ public String getNextToken() {
297299
* <p>
298300
* <b>Constraints:</b><br/>
299301
* <b>Length: </b> - 8192<br/>
302+
* <b>Pattern: </b>.+<br/>
300303
*
301304
* @param nextToken <p>
302305
* If the result of the previous request to
@@ -320,6 +323,7 @@ public void setNextToken(String nextToken) {
320323
* <p>
321324
* <b>Constraints:</b><br/>
322325
* <b>Length: </b> - 8192<br/>
326+
* <b>Pattern: </b>.+<br/>
323327
*
324328
* @param nextToken <p>
325329
* If the result of the previous request to

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/ListTranscriptionJobsResult.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public class ListTranscriptionJobsResult implements Serializable {
4141
* <p>
4242
* <b>Constraints:</b><br/>
4343
* <b>Length: </b> - 8192<br/>
44+
* <b>Pattern: </b>.+<br/>
4445
*/
4546
private String nextToken;
4647

@@ -161,6 +162,7 @@ public ListTranscriptionJobsResult withStatus(TranscriptionJobStatus status) {
161162
* <p>
162163
* <b>Constraints:</b><br/>
163164
* <b>Length: </b> - 8192<br/>
165+
* <b>Pattern: </b>.+<br/>
164166
*
165167
* @return <p>
166168
* The <code>ListTranscriptionJobs</code> operation returns a page
@@ -189,6 +191,7 @@ public String getNextToken() {
189191
* <p>
190192
* <b>Constraints:</b><br/>
191193
* <b>Length: </b> - 8192<br/>
194+
* <b>Pattern: </b>.+<br/>
192195
*
193196
* @param nextToken <p>
194197
* The <code>ListTranscriptionJobs</code> operation returns a
@@ -220,6 +223,7 @@ public void setNextToken(String nextToken) {
220223
* <p>
221224
* <b>Constraints:</b><br/>
222225
* <b>Length: </b> - 8192<br/>
226+
* <b>Pattern: </b>.+<br/>
223227
*
224228
* @param nextToken <p>
225229
* The <code>ListTranscriptionJobs</code> operation returns a

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/ListVocabulariesRequest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public class ListVocabulariesRequest extends AmazonWebServiceRequest implements
3535
* <p>
3636
* <b>Constraints:</b><br/>
3737
* <b>Length: </b> - 8192<br/>
38+
* <b>Pattern: </b>.+<br/>
3839
*/
3940
private String nextToken;
4041

@@ -84,6 +85,7 @@ public class ListVocabulariesRequest extends AmazonWebServiceRequest implements
8485
* <p>
8586
* <b>Constraints:</b><br/>
8687
* <b>Length: </b> - 8192<br/>
88+
* <b>Pattern: </b>.+<br/>
8789
*
8890
* @return <p>
8991
* If the result of the previous request to
@@ -104,6 +106,7 @@ public String getNextToken() {
104106
* <p>
105107
* <b>Constraints:</b><br/>
106108
* <b>Length: </b> - 8192<br/>
109+
* <b>Pattern: </b>.+<br/>
107110
*
108111
* @param nextToken <p>
109112
* If the result of the previous request to
@@ -127,6 +130,7 @@ public void setNextToken(String nextToken) {
127130
* <p>
128131
* <b>Constraints:</b><br/>
129132
* <b>Length: </b> - 8192<br/>
133+
* <b>Pattern: </b>.+<br/>
130134
*
131135
* @param nextToken <p>
132136
* If the result of the previous request to

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/ListVocabulariesResult.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public class ListVocabulariesResult implements Serializable {
4141
* <p>
4242
* <b>Constraints:</b><br/>
4343
* <b>Length: </b> - 8192<br/>
44+
* <b>Pattern: </b>.+<br/>
4445
*/
4546
private String nextToken;
4647

@@ -162,6 +163,7 @@ public ListVocabulariesResult withStatus(TranscriptionJobStatus status) {
162163
* <p>
163164
* <b>Constraints:</b><br/>
164165
* <b>Length: </b> - 8192<br/>
166+
* <b>Pattern: </b>.+<br/>
165167
*
166168
* @return <p>
167169
* The <code>ListVocabularies</code> operation returns a page of
@@ -190,6 +192,7 @@ public String getNextToken() {
190192
* <p>
191193
* <b>Constraints:</b><br/>
192194
* <b>Length: </b> - 8192<br/>
195+
* <b>Pattern: </b>.+<br/>
193196
*
194197
* @param nextToken <p>
195198
* The <code>ListVocabularies</code> operation returns a page of
@@ -221,6 +224,7 @@ public void setNextToken(String nextToken) {
221224
* <p>
222225
* <b>Constraints:</b><br/>
223226
* <b>Length: </b> - 8192<br/>
227+
* <b>Pattern: </b>.+<br/>
224228
*
225229
* @param nextToken <p>
226230
* The <code>ListVocabularies</code> operation returns a page of

aws-android-sdk-transcribe/src/main/java/com/amazonaws/services/transcribe/model/Media.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public class Media implements Serializable {
4848
* <p>
4949
* <b>Constraints:</b><br/>
5050
* <b>Length: </b>1 - 2000<br/>
51+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
5152
*/
5253
private String mediaFileUri;
5354

@@ -76,6 +77,7 @@ public class Media implements Serializable {
7677
* <p>
7778
* <b>Constraints:</b><br/>
7879
* <b>Length: </b>1 - 2000<br/>
80+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
7981
*
8082
* @return <p>
8183
* The S3 location of the input media file. The URI must be in the
@@ -129,6 +131,7 @@ public String getMediaFileUri() {
129131
* <p>
130132
* <b>Constraints:</b><br/>
131133
* <b>Length: </b>1 - 2000<br/>
134+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
132135
*
133136
* @param mediaFileUri <p>
134137
* The S3 location of the input media file. The URI must be in
@@ -185,6 +188,7 @@ public void setMediaFileUri(String mediaFileUri) {
185188
* <p>
186189
* <b>Constraints:</b><br/>
187190
* <b>Length: </b>1 - 2000<br/>
191+
* <b>Pattern: </b>(s3://|http(s*)://).+<br/>
188192
*
189193
* @param mediaFileUri <p>
190194
* The S3 location of the input media file. The URI must be in

0 commit comments

Comments
 (0)