Skip to content

Commit

Permalink
feat(aws-android-sdk-location): update models to latest (#3049)
Browse files Browse the repository at this point in the history
Co-authored-by: Saijad Dhuka <[email protected]>
  • Loading branch information
awsmobilesdk and sdhuka authored Nov 3, 2022
1 parent 6e8ff43 commit 82cc08d
Show file tree
Hide file tree
Showing 8 changed files with 459 additions and 225 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
public class CreateMapRequest extends AmazonWebServiceRequest implements Serializable {
/**
* <p>
* Specifies the map style selected from an available data provider.
* Specifies the <code>MapConfiguration</code>, including the map style, for
* the map resource that you create. The map style defines the look of maps
* and the data provider for your map resource.
* </p>
*/
private MapConfiguration configuration;
Expand Down Expand Up @@ -146,11 +148,16 @@ public class CreateMapRequest extends AmazonWebServiceRequest implements Seriali

/**
* <p>
* Specifies the map style selected from an available data provider.
* Specifies the <code>MapConfiguration</code>, including the map style, for
* the map resource that you create. The map style defines the look of maps
* and the data provider for your map resource.
* </p>
*
* @return <p>
* Specifies the map style selected from an available data provider.
* Specifies the <code>MapConfiguration</code>, including the map
* style, for the map resource that you create. The map style
* defines the look of maps and the data provider for your map
* resource.
* </p>
*/
public MapConfiguration getConfiguration() {
Expand All @@ -159,12 +166,16 @@ public MapConfiguration getConfiguration() {

/**
* <p>
* Specifies the map style selected from an available data provider.
* Specifies the <code>MapConfiguration</code>, including the map style, for
* the map resource that you create. The map style defines the look of maps
* and the data provider for your map resource.
* </p>
*
* @param configuration <p>
* Specifies the map style selected from an available data
* provider.
* Specifies the <code>MapConfiguration</code>, including the map
* style, for the map resource that you create. The map style
* defines the look of maps and the data provider for your map
* resource.
* </p>
*/
public void setConfiguration(MapConfiguration configuration) {
Expand All @@ -173,15 +184,19 @@ public void setConfiguration(MapConfiguration configuration) {

/**
* <p>
* Specifies the map style selected from an available data provider.
* Specifies the <code>MapConfiguration</code>, including the map style, for
* the map resource that you create. The map style defines the look of maps
* and the data provider for your map resource.
* </p>
* <p>
* Returns a reference to this object so that method calls can be chained
* together.
*
* @param configuration <p>
* Specifies the map style selected from an available data
* provider.
* Specifies the <code>MapConfiguration</code>, including the map
* style, for the map resource that you create. The map style
* defines the look of maps and the data provider for your map
* resource.
* </p>
* @return A reference to this updated object so that method calls can be
* chained together.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public class CreateMapResult implements Serializable {
* <ul>
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand Down Expand Up @@ -127,8 +126,7 @@ public CreateMapResult withCreateTime(java.util.Date createTime) {
* <ul>
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -147,7 +145,7 @@ public CreateMapResult withCreateTime(java.util.Date createTime) {
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -164,8 +162,7 @@ public String getMapArn() {
* <ul>
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -184,7 +181,7 @@ public String getMapArn() {
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -201,8 +198,7 @@ public void setMapArn(String mapArn) {
* <ul>
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -224,7 +220,7 @@ public void setMapArn(String mapArn) {
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ public class DescribeMapResult implements Serializable {
* <ul>
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand Down Expand Up @@ -325,8 +324,7 @@ public DescribeMapResult withDescription(String description) {
* <ul>
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -345,7 +343,7 @@ public DescribeMapResult withDescription(String description) {
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -362,8 +360,7 @@ public String getMapArn() {
* <ul>
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -382,7 +379,7 @@ public String getMapArn() {
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -399,8 +396,7 @@ public void setMapArn(String mapArn) {
* <ul>
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* Format example: <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand All @@ -422,7 +418,7 @@ public void setMapArn(String mapArn) {
* <li>
* <p>
* Format example:
* <code>arn:aws:geo:region:account-id:maps/ExampleMap</code>
* <code>arn:aws:geo:region:account-id:map/ExampleMap</code>
* </p>
* </li>
* </ul>
Expand Down
Loading

0 comments on commit 82cc08d

Please sign in to comment.