Class PartitionEndpointSpecialCase
java.lang.Object
software.amazon.smithy.rulesengine.aws.traits.PartitionEndpointSpecialCase
- All Implemented Interfaces:
- FromSourceLocation,- ToNode,- ToSmithyBuilder<PartitionEndpointSpecialCase>
public final class PartitionEndpointSpecialCase
extends Object
implements FromSourceLocation, ToNode, ToSmithyBuilder<PartitionEndpointSpecialCase>
A special case that does not follow the services standard patterns
 or are located in a region other than the partition's default global region.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()static PartitionEndpointSpecialCaseCreates aPartitionEndpointSpecialCaseinstance from the given Node information.Gets the dualStack.Gets the endpoint.getFips()Gets the fips.Gets the region.Gets the source location of a value.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- 
getEndpointGets the endpoint.- Returns:
- Returns the endpoint
 
- 
getDualStackGets the dualStack.- Returns:
- Returns the dualStack
 
- 
getFipsGets the fips.- Returns:
- Returns the fips
 
- 
getRegionGets the region.- Returns:
- Returns the region
 
- 
toNodeDescription copied from interface:ToNodeConverts a value to aNode.
- 
toBuilderDescription copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToSmithyBuilder<PartitionEndpointSpecialCase>
- Returns:
- a builder for type T
 
- 
getSourceLocationDescription copied from interface:FromSourceLocationGets the source location of a value.- Specified by:
- getSourceLocationin interface- FromSourceLocation
- Returns:
- Returns the source location of the value.
 
- 
fromNodeCreates aPartitionEndpointSpecialCaseinstance from the given Node information.- Parameters:
- node- the node to deserialize.
- Returns:
- Returns a PartitionEndpointSpecialCase
 
- 
builder
 
-