Class PartitionOutputs
java.lang.Object
software.amazon.smithy.rulesengine.language.model.PartitionOutputs
- All Implemented Interfaces:
FromSourceLocation,ToNode,ToSmithyBuilder<PartitionOutputs>
public final class PartitionOutputs
extends Object
implements ToSmithyBuilder<PartitionOutputs>, FromSourceLocation, ToNode
The outputs to be provided by the rule-set aws.partition function.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PartitionOutputs.Builderbuilder()booleanstatic PartitionOutputsGets the source location of a value.inthashCode()booleanbooleanTake this object and create a builder that contains all of the current property values of this object.toNode()Converts a value to aNode.
-
Method Details
-
builder
-
fromNode
-
dnsSuffix
-
dualStackDnsSuffix
-
supportsFips
public boolean supportsFips() -
supportsDualStack
public boolean supportsDualStack() -
getSourceLocation
Description copied from interface:FromSourceLocationGets the source location of a value.- Specified by:
getSourceLocationin interfaceFromSourceLocation- Returns:
- Returns the source location of the value.
-
toBuilder
Description copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToSmithyBuilder<PartitionOutputs>- Returns:
- a builder for type T
-
hashCode
public int hashCode() -
equals
-
toNode
Description copied from interface:ToNodeConverts a value to aNode.
-