File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
codegen-lite/src/main/java/software/amazon/awssdk/codegen/lite/regions/model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
package software .amazon .awssdk .codegen .lite .regions .model ;
17
17
18
18
import com .fasterxml .jackson .annotation .JsonProperty ;
19
- import software .amazon .awssdk .annotations .SdkInternalApi ;
20
19
import java .util .Map ;
20
+ import software .amazon .awssdk .annotations .SdkInternalApi ;
21
21
22
22
/**
23
23
* This class models a single partition from partitions.json.
@@ -33,9 +33,9 @@ public PartitionMetadata() {
33
33
}
34
34
35
35
public PartitionMetadata (@ JsonProperty (value = "id" ) String id ,
36
- @ JsonProperty (value = "outputs" ) PartitionOutputs outputs ,
37
- @ JsonProperty (value = "regionRegex" ) String regionRegex ,
38
- @ JsonProperty (value = "regions" ) Map <String , RegionMetadata > regions ) {
36
+ @ JsonProperty (value = "outputs" ) PartitionOutputs outputs ,
37
+ @ JsonProperty (value = "regionRegex" ) String regionRegex ,
38
+ @ JsonProperty (value = "regions" ) Map <String , RegionMetadata > regions ) {
39
39
this .id = id ;
40
40
this .outputs = outputs ;
41
41
this .regionRegex = regionRegex ;
You can’t perform that action at this time.
0 commit comments