Skip to content

Commit 70032c3

Browse files
authored
feat(aws-android-sdk-location): update models to latest (#2751)
1 parent 10d091b commit 70032c3

File tree

5 files changed

+110
-55
lines changed

5 files changed

+110
-55
lines changed

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

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ public class CreateGeofenceCollectionRequest extends AmazonWebServiceRequest imp
8383

8484
/**
8585
* <p>
86-
* Specifies the pricing plan for the geofence collection.
86+
* Optionally specifies the pricing plan for the geofence collection.
87+
* Defaults to <code>RequestBasedUsage</code>.
8788
* </p>
8889
* <p>
8990
* For additional details and restrictions on each pricing plan option, see
@@ -492,7 +493,8 @@ public CreateGeofenceCollectionRequest withKmsKeyId(String kmsKeyId) {
492493

493494
/**
494495
* <p>
495-
* Specifies the pricing plan for the geofence collection.
496+
* Optionally specifies the pricing plan for the geofence collection.
497+
* Defaults to <code>RequestBasedUsage</code>.
496498
* </p>
497499
* <p>
498500
* For additional details and restrictions on each pricing plan option, see
@@ -505,7 +507,8 @@ public CreateGeofenceCollectionRequest withKmsKeyId(String kmsKeyId) {
505507
* MobileAssetManagement
506508
*
507509
* @return <p>
508-
* Specifies the pricing plan for the geofence collection.
510+
* Optionally specifies the pricing plan for the geofence
511+
* collection. Defaults to <code>RequestBasedUsage</code>.
509512
* </p>
510513
* <p>
511514
* For additional details and restrictions on each pricing plan
@@ -521,7 +524,8 @@ public String getPricingPlan() {
521524

522525
/**
523526
* <p>
524-
* Specifies the pricing plan for the geofence collection.
527+
* Optionally specifies the pricing plan for the geofence collection.
528+
* Defaults to <code>RequestBasedUsage</code>.
525529
* </p>
526530
* <p>
527531
* For additional details and restrictions on each pricing plan option, see
@@ -534,7 +538,8 @@ public String getPricingPlan() {
534538
* MobileAssetManagement
535539
*
536540
* @param pricingPlan <p>
537-
* Specifies the pricing plan for the geofence collection.
541+
* Optionally specifies the pricing plan for the geofence
542+
* collection. Defaults to <code>RequestBasedUsage</code>.
538543
* </p>
539544
* <p>
540545
* For additional details and restrictions on each pricing plan
@@ -550,7 +555,8 @@ public void setPricingPlan(String pricingPlan) {
550555

551556
/**
552557
* <p>
553-
* Specifies the pricing plan for the geofence collection.
558+
* Optionally specifies the pricing plan for the geofence collection.
559+
* Defaults to <code>RequestBasedUsage</code>.
554560
* </p>
555561
* <p>
556562
* For additional details and restrictions on each pricing plan option, see
@@ -566,7 +572,8 @@ public void setPricingPlan(String pricingPlan) {
566572
* MobileAssetManagement
567573
*
568574
* @param pricingPlan <p>
569-
* Specifies the pricing plan for the geofence collection.
575+
* Optionally specifies the pricing plan for the geofence
576+
* collection. Defaults to <code>RequestBasedUsage</code>.
570577
* </p>
571578
* <p>
572579
* For additional details and restrictions on each pricing plan
@@ -585,7 +592,8 @@ public CreateGeofenceCollectionRequest withPricingPlan(String pricingPlan) {
585592

586593
/**
587594
* <p>
588-
* Specifies the pricing plan for the geofence collection.
595+
* Optionally specifies the pricing plan for the geofence collection.
596+
* Defaults to <code>RequestBasedUsage</code>.
589597
* </p>
590598
* <p>
591599
* For additional details and restrictions on each pricing plan option, see
@@ -598,7 +606,8 @@ public CreateGeofenceCollectionRequest withPricingPlan(String pricingPlan) {
598606
* MobileAssetManagement
599607
*
600608
* @param pricingPlan <p>
601-
* Specifies the pricing plan for the geofence collection.
609+
* Optionally specifies the pricing plan for the geofence
610+
* collection. Defaults to <code>RequestBasedUsage</code>.
602611
* </p>
603612
* <p>
604613
* For additional details and restrictions on each pricing plan
@@ -614,7 +623,8 @@ public void setPricingPlan(PricingPlan pricingPlan) {
614623

615624
/**
616625
* <p>
617-
* Specifies the pricing plan for the geofence collection.
626+
* Optionally specifies the pricing plan for the geofence collection.
627+
* Defaults to <code>RequestBasedUsage</code>.
618628
* </p>
619629
* <p>
620630
* For additional details and restrictions on each pricing plan option, see
@@ -630,7 +640,8 @@ public void setPricingPlan(PricingPlan pricingPlan) {
630640
* MobileAssetManagement
631641
*
632642
* @param pricingPlan <p>
633-
* Specifies the pricing plan for the geofence collection.
643+
* Optionally specifies the pricing plan for the geofence
644+
* collection. Defaults to <code>RequestBasedUsage</code>.
634645
* </p>
635646
* <p>
636647
* For additional details and restrictions on each pricing plan

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

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public class CreateMapRequest extends AmazonWebServiceRequest implements Seriali
7777

7878
/**
7979
* <p>
80-
* Specifies the pricing plan for your map resource.
80+
* Optionally specifies the pricing plan for the map resource. Defaults to
81+
* <code>RequestBasedUsage</code>.
8182
* </p>
8283
* <p>
8384
* For additional details and restrictions on each pricing plan option, see
@@ -425,7 +426,8 @@ public CreateMapRequest withMapName(String mapName) {
425426

426427
/**
427428
* <p>
428-
* Specifies the pricing plan for your map resource.
429+
* Optionally specifies the pricing plan for the map resource. Defaults to
430+
* <code>RequestBasedUsage</code>.
429431
* </p>
430432
* <p>
431433
* For additional details and restrictions on each pricing plan option, see
@@ -438,7 +440,8 @@ public CreateMapRequest withMapName(String mapName) {
438440
* MobileAssetManagement
439441
*
440442
* @return <p>
441-
* Specifies the pricing plan for your map resource.
443+
* Optionally specifies the pricing plan for the map resource.
444+
* Defaults to <code>RequestBasedUsage</code>.
442445
* </p>
443446
* <p>
444447
* For additional details and restrictions on each pricing plan
@@ -454,7 +457,8 @@ public String getPricingPlan() {
454457

455458
/**
456459
* <p>
457-
* Specifies the pricing plan for your map resource.
460+
* Optionally specifies the pricing plan for the map resource. Defaults to
461+
* <code>RequestBasedUsage</code>.
458462
* </p>
459463
* <p>
460464
* For additional details and restrictions on each pricing plan option, see
@@ -467,7 +471,8 @@ public String getPricingPlan() {
467471
* MobileAssetManagement
468472
*
469473
* @param pricingPlan <p>
470-
* Specifies the pricing plan for your map resource.
474+
* Optionally specifies the pricing plan for the map resource.
475+
* Defaults to <code>RequestBasedUsage</code>.
471476
* </p>
472477
* <p>
473478
* For additional details and restrictions on each pricing plan
@@ -483,7 +488,8 @@ public void setPricingPlan(String pricingPlan) {
483488

484489
/**
485490
* <p>
486-
* Specifies the pricing plan for your map resource.
491+
* Optionally specifies the pricing plan for the map resource. Defaults to
492+
* <code>RequestBasedUsage</code>.
487493
* </p>
488494
* <p>
489495
* For additional details and restrictions on each pricing plan option, see
@@ -499,7 +505,8 @@ public void setPricingPlan(String pricingPlan) {
499505
* MobileAssetManagement
500506
*
501507
* @param pricingPlan <p>
502-
* Specifies the pricing plan for your map resource.
508+
* Optionally specifies the pricing plan for the map resource.
509+
* Defaults to <code>RequestBasedUsage</code>.
503510
* </p>
504511
* <p>
505512
* For additional details and restrictions on each pricing plan
@@ -518,7 +525,8 @@ public CreateMapRequest withPricingPlan(String pricingPlan) {
518525

519526
/**
520527
* <p>
521-
* Specifies the pricing plan for your map resource.
528+
* Optionally specifies the pricing plan for the map resource. Defaults to
529+
* <code>RequestBasedUsage</code>.
522530
* </p>
523531
* <p>
524532
* For additional details and restrictions on each pricing plan option, see
@@ -531,7 +539,8 @@ public CreateMapRequest withPricingPlan(String pricingPlan) {
531539
* MobileAssetManagement
532540
*
533541
* @param pricingPlan <p>
534-
* Specifies the pricing plan for your map resource.
542+
* Optionally specifies the pricing plan for the map resource.
543+
* Defaults to <code>RequestBasedUsage</code>.
535544
* </p>
536545
* <p>
537546
* For additional details and restrictions on each pricing plan
@@ -547,7 +556,8 @@ public void setPricingPlan(PricingPlan pricingPlan) {
547556

548557
/**
549558
* <p>
550-
* Specifies the pricing plan for your map resource.
559+
* Optionally specifies the pricing plan for the map resource. Defaults to
560+
* <code>RequestBasedUsage</code>.
551561
* </p>
552562
* <p>
553563
* For additional details and restrictions on each pricing plan option, see
@@ -563,7 +573,8 @@ public void setPricingPlan(PricingPlan pricingPlan) {
563573
* MobileAssetManagement
564574
*
565575
* @param pricingPlan <p>
566-
* Specifies the pricing plan for your map resource.
576+
* Optionally specifies the pricing plan for the map resource.
577+
* Defaults to <code>RequestBasedUsage</code>.
567578
* </p>
568579
* <p>
569580
* For additional details and restrictions on each pricing plan

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

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ public class CreatePlaceIndexRequest extends AmazonWebServiceRequest implements
132132

133133
/**
134134
* <p>
135-
* Specifies the pricing plan for your place index resource.
135+
* Optionally specifies the pricing plan for the place index resource.
136+
* Defaults to <code>RequestBasedUsage</code>.
136137
* </p>
137138
* <p>
138139
* For additional details and restrictions on each pricing plan option, see
@@ -797,7 +798,8 @@ public CreatePlaceIndexRequest withIndexName(String indexName) {
797798

798799
/**
799800
* <p>
800-
* Specifies the pricing plan for your place index resource.
801+
* Optionally specifies the pricing plan for the place index resource.
802+
* Defaults to <code>RequestBasedUsage</code>.
801803
* </p>
802804
* <p>
803805
* For additional details and restrictions on each pricing plan option, see
@@ -810,7 +812,8 @@ public CreatePlaceIndexRequest withIndexName(String indexName) {
810812
* MobileAssetManagement
811813
*
812814
* @return <p>
813-
* Specifies the pricing plan for your place index resource.
815+
* Optionally specifies the pricing plan for the place index
816+
* resource. Defaults to <code>RequestBasedUsage</code>.
814817
* </p>
815818
* <p>
816819
* For additional details and restrictions on each pricing plan
@@ -826,7 +829,8 @@ public String getPricingPlan() {
826829

827830
/**
828831
* <p>
829-
* Specifies the pricing plan for your place index resource.
832+
* Optionally specifies the pricing plan for the place index resource.
833+
* Defaults to <code>RequestBasedUsage</code>.
830834
* </p>
831835
* <p>
832836
* For additional details and restrictions on each pricing plan option, see
@@ -839,7 +843,8 @@ public String getPricingPlan() {
839843
* MobileAssetManagement
840844
*
841845
* @param pricingPlan <p>
842-
* Specifies the pricing plan for your place index resource.
846+
* Optionally specifies the pricing plan for the place index
847+
* resource. Defaults to <code>RequestBasedUsage</code>.
843848
* </p>
844849
* <p>
845850
* For additional details and restrictions on each pricing plan
@@ -855,7 +860,8 @@ public void setPricingPlan(String pricingPlan) {
855860

856861
/**
857862
* <p>
858-
* Specifies the pricing plan for your place index resource.
863+
* Optionally specifies the pricing plan for the place index resource.
864+
* Defaults to <code>RequestBasedUsage</code>.
859865
* </p>
860866
* <p>
861867
* For additional details and restrictions on each pricing plan option, see
@@ -871,7 +877,8 @@ public void setPricingPlan(String pricingPlan) {
871877
* MobileAssetManagement
872878
*
873879
* @param pricingPlan <p>
874-
* Specifies the pricing plan for your place index resource.
880+
* Optionally specifies the pricing plan for the place index
881+
* resource. Defaults to <code>RequestBasedUsage</code>.
875882
* </p>
876883
* <p>
877884
* For additional details and restrictions on each pricing plan
@@ -890,7 +897,8 @@ public CreatePlaceIndexRequest withPricingPlan(String pricingPlan) {
890897

891898
/**
892899
* <p>
893-
* Specifies the pricing plan for your place index resource.
900+
* Optionally specifies the pricing plan for the place index resource.
901+
* Defaults to <code>RequestBasedUsage</code>.
894902
* </p>
895903
* <p>
896904
* For additional details and restrictions on each pricing plan option, see
@@ -903,7 +911,8 @@ public CreatePlaceIndexRequest withPricingPlan(String pricingPlan) {
903911
* MobileAssetManagement
904912
*
905913
* @param pricingPlan <p>
906-
* Specifies the pricing plan for your place index resource.
914+
* Optionally specifies the pricing plan for the place index
915+
* resource. Defaults to <code>RequestBasedUsage</code>.
907916
* </p>
908917
* <p>
909918
* For additional details and restrictions on each pricing plan
@@ -919,7 +928,8 @@ public void setPricingPlan(PricingPlan pricingPlan) {
919928

920929
/**
921930
* <p>
922-
* Specifies the pricing plan for your place index resource.
931+
* Optionally specifies the pricing plan for the place index resource.
932+
* Defaults to <code>RequestBasedUsage</code>.
923933
* </p>
924934
* <p>
925935
* For additional details and restrictions on each pricing plan option, see
@@ -935,7 +945,8 @@ public void setPricingPlan(PricingPlan pricingPlan) {
935945
* MobileAssetManagement
936946
*
937947
* @param pricingPlan <p>
938-
* Specifies the pricing plan for your place index resource.
948+
* Optionally specifies the pricing plan for the place index
949+
* resource. Defaults to <code>RequestBasedUsage</code>.
939950
* </p>
940951
* <p>
941952
* For additional details and restrictions on each pricing plan

0 commit comments

Comments
 (0)