Class PartitionRegionsMetadata.PartitionOutputs
java.lang.Object
software.amazon.awssdk.codegen.lite.regions.model.PartitionRegionsMetadata.PartitionOutputs
- Enclosing class:
PartitionRegionsMetadata
This class models the outputs field of a partition in partitions.json.
-
Constructor Summary
ConstructorsConstructorDescriptionPartitionOutputs
(String dnsSuffix, String dualStackDnsSuffix, String implicitGlobalRegion, String name, boolean supportsDualStack, boolean supportsFIPS) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
void
setDnsSuffix
(String dnsSuffix) void
setDualStackDnsSuffix
(String dualStackDnsSuffix) void
setImplicitGlobalRegion
(String implicitGlobalRegion) void
void
setSupportsDualStack
(boolean supportsDualStack) void
setSupportsFIPS
(boolean supportsFIPS)
-
Constructor Details
-
PartitionOutputs
public PartitionOutputs() -
PartitionOutputs
-
-
Method Details
-
getDnsSuffix
-
setDnsSuffix
-
getDualStackDnsSuffix
-
setDualStackDnsSuffix
-
getImplicitGlobalRegion
-
setImplicitGlobalRegion
-
getName
-
setName
-
isSupportsDualStack
public boolean isSupportsDualStack() -
setSupportsDualStack
public void setSupportsDualStack(boolean supportsDualStack) -
isSupportsFIPS
public boolean isSupportsFIPS() -
setSupportsFIPS
public void setSupportsFIPS(boolean supportsFIPS)
-