Class PartitionOutputs
- java.lang.Object
-
- software.amazon.smithy.rulesengine.language.model.PartitionOutputs
-
- All Implemented Interfaces:
FromSourceLocation,ToNode,ToSmithyBuilder<PartitionOutputs>
public final class PartitionOutputs extends java.lang.Object implements ToSmithyBuilder<PartitionOutputs>, FromSourceLocation, ToNode
The outputs to be provided by the rule-set aws.partition function.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPartitionOutputs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartitionOutputs.Builderbuilder()java.lang.StringdnsSuffix()java.lang.StringdualStackDnsSuffix()booleanequals(java.lang.Object o)static PartitionOutputsfromNode(Node node)SourceLocationgetSourceLocation()Gets the source location of a value.inthashCode()booleansupportsDualStack()booleansupportsFips()SmithyBuilder<PartitionOutputs>toBuilder()Take this object and create a builder that contains all of the current property values of this object.NodetoNode()Converts a value to aNode.
-
-
-
Method Detail
-
builder
public static PartitionOutputs.Builder builder()
-
fromNode
public static PartitionOutputs fromNode(Node node)
-
dnsSuffix
public java.lang.String dnsSuffix()
-
dualStackDnsSuffix
public java.lang.String dualStackDnsSuffix()
-
supportsFips
public boolean supportsFips()
-
supportsDualStack
public boolean supportsDualStack()
-
getSourceLocation
public SourceLocation 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
public SmithyBuilder<PartitionOutputs> 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()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-