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
-
Method Summary
Modifier and TypeMethodDescriptionstatic PartitionOutputs.Builder
builder()
boolean
static PartitionOutputs
Gets the source location of a value.int
hashCode()
boolean
boolean
Take 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:FromSourceLocation
Gets the source location of a value.- Specified by:
getSourceLocation
in interfaceFromSourceLocation
- Returns:
- Returns the source location of the value.
-
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<PartitionOutputs>
- Returns:
- a builder for type T
-
hashCode
public int hashCode() -
equals
-
toNode
Description copied from interface:ToNode
Converts a value to aNode
.
-