Skip to content

Commit 82cc08d

Browse files
awsmobilesdksdhuka
andauthored
feat(aws-android-sdk-location): update models to latest (#3049)
Co-authored-by: Saijad Dhuka <[email protected]>
1 parent 6e8ff43 commit 82cc08d

File tree

8 files changed

+459
-225
lines changed

8 files changed

+459
-225
lines changed

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapRequest.java

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
public class CreateMapRequest extends AmazonWebServiceRequest implements Serializable {
3838
/**
3939
* <p>
40-
* Specifies the map style selected from an available data provider.
40+
* Specifies the <code>MapConfiguration</code>, including the map style, for
41+
* the map resource that you create. The map style defines the look of maps
42+
* and the data provider for your map resource.
4143
* </p>
4244
*/
4345
private MapConfiguration configuration;
@@ -146,11 +148,16 @@ public class CreateMapRequest extends AmazonWebServiceRequest implements Seriali
146148

147149
/**
148150
* <p>
149-
* Specifies the map style selected from an available data provider.
151+
* Specifies the <code>MapConfiguration</code>, including the map style, for
152+
* the map resource that you create. The map style defines the look of maps
153+
* and the data provider for your map resource.
150154
* </p>
151155
*
152156
* @return <p>
153-
* Specifies the map style selected from an available data provider.
157+
* Specifies the <code>MapConfiguration</code>, including the map
158+
* style, for the map resource that you create. The map style
159+
* defines the look of maps and the data provider for your map
160+
* resource.
154161
* </p>
155162
*/
156163
public MapConfiguration getConfiguration() {
@@ -159,12 +166,16 @@ public MapConfiguration getConfiguration() {
159166

160167
/**
161168
* <p>
162-
* Specifies the map style selected from an available data provider.
169+
* Specifies the <code>MapConfiguration</code>, including the map style, for
170+
* the map resource that you create. The map style defines the look of maps
171+
* and the data provider for your map resource.
163172
* </p>
164173
*
165174
* @param configuration <p>
166-
* Specifies the map style selected from an available data
167-
* provider.
175+
* Specifies the <code>MapConfiguration</code>, including the map
176+
* style, for the map resource that you create. The map style
177+
* defines the look of maps and the data provider for your map
178+
* resource.
168179
* </p>
169180
*/
170181
public void setConfiguration(MapConfiguration configuration) {
@@ -173,15 +184,19 @@ public void setConfiguration(MapConfiguration configuration) {
173184

174185
/**
175186
* <p>
176-
* Specifies the map style selected from an available data provider.
187+
* Specifies the <code>MapConfiguration</code>, including the map style, for
188+
* the map resource that you create. The map style defines the look of maps
189+
* and the data provider for your map resource.
177190
* </p>
178191
* <p>
179192
* Returns a reference to this object so that method calls can be chained
180193
* together.
181194
*
182195
* @param configuration <p>
183-
* Specifies the map style selected from an available data
184-
* provider.
196+
* Specifies the <code>MapConfiguration</code>, including the map
197+
* style, for the map resource that you create. The map style
198+
* defines the look of maps and the data provider for your map
199+
* resource.
185200
* </p>
186201
* @return A reference to this updated object so that method calls can be
187202
* chained together.

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/CreateMapResult.java

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ public class CreateMapResult implements Serializable {
3535
* <ul>
3636
* <li>
3737
* <p>
38-
* Format example:
39-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
38+
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
4039
* </p>
4140
* </li>
4241
* </ul>
@@ -127,8 +126,7 @@ public CreateMapResult withCreateTime(java.util.Date createTime) {
127126
* <ul>
128127
* <li>
129128
* <p>
130-
* Format example:
131-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
129+
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
132130
* </p>
133131
* </li>
134132
* </ul>
@@ -147,7 +145,7 @@ public CreateMapResult withCreateTime(java.util.Date createTime) {
147145
* <li>
148146
* <p>
149147
* Format example:
150-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
148+
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
151149
* </p>
152150
* </li>
153151
* </ul>
@@ -164,8 +162,7 @@ public String getMapArn() {
164162
* <ul>
165163
* <li>
166164
* <p>
167-
* Format example:
168-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
165+
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
169166
* </p>
170167
* </li>
171168
* </ul>
@@ -184,7 +181,7 @@ public String getMapArn() {
184181
* <li>
185182
* <p>
186183
* Format example:
187-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
184+
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
188185
* </p>
189186
* </li>
190187
* </ul>
@@ -201,8 +198,7 @@ public void setMapArn(String mapArn) {
201198
* <ul>
202199
* <li>
203200
* <p>
204-
* Format example:
205-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
201+
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
206202
* </p>
207203
* </li>
208204
* </ul>
@@ -224,7 +220,7 @@ public void setMapArn(String mapArn) {
224220
* <li>
225221
* <p>
226222
* Format example:
227-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
223+
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
228224
* </p>
229225
* </li>
230226
* </ul>

aws-android-sdk-location/src/main/java/com/amazonaws/services/geo/model/DescribeMapResult.java

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ public class DescribeMapResult implements Serializable {
5959
* <ul>
6060
* <li>
6161
* <p>
62-
* Format example:
63-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
62+
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
6463
* </p>
6564
* </li>
6665
* </ul>
@@ -325,8 +324,7 @@ public DescribeMapResult withDescription(String description) {
325324
* <ul>
326325
* <li>
327326
* <p>
328-
* Format example:
329-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
327+
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
330328
* </p>
331329
* </li>
332330
* </ul>
@@ -345,7 +343,7 @@ public DescribeMapResult withDescription(String description) {
345343
* <li>
346344
* <p>
347345
* Format example:
348-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
346+
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
349347
* </p>
350348
* </li>
351349
* </ul>
@@ -362,8 +360,7 @@ public String getMapArn() {
362360
* <ul>
363361
* <li>
364362
* <p>
365-
* Format example:
366-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
363+
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
367364
* </p>
368365
* </li>
369366
* </ul>
@@ -382,7 +379,7 @@ public String getMapArn() {
382379
* <li>
383380
* <p>
384381
* Format example:
385-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
382+
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
386383
* </p>
387384
* </li>
388385
* </ul>
@@ -399,8 +396,7 @@ public void setMapArn(String mapArn) {
399396
* <ul>
400397
* <li>
401398
* <p>
402-
* Format example:
403-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
399+
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
404400
* </p>
405401
* </li>
406402
* </ul>
@@ -422,7 +418,7 @@ public void setMapArn(String mapArn) {
422418
* <li>
423419
* <p>
424420
* Format example:
425-
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
421+
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
426422
* </p>
427423
* </li>
428424
* </ul>

0 commit comments

Comments
 (0)