Class RegionOverride
java.lang.Object
software.amazon.smithy.rulesengine.aws.language.functions.partition.RegionOverride
- All Implemented Interfaces:
- FromSourceLocation,- ToNode,- ToSmithyBuilder<RegionOverride>
public final class RegionOverride
extends Object
implements ToSmithyBuilder<RegionOverride>, FromSourceLocation, ToNode
Provides a facility for overriding a partition's regions.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic RegionOverride.Builderbuilder()Builder to create aRegionOverrideinstance.booleanstatic RegionOverrideCreates aRegionOverrideinstance from the given Node information.Gets the source location of a value.inthashCode()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- 
builderBuilder to create aRegionOverrideinstance.- Returns:
- returns a new Builder.
 
- 
fromNodeCreates aRegionOverrideinstance from the given Node information.- Parameters:
- node- the node to deserialize.
- Returns:
- the created RegionOverride.
 
- 
getSourceLocationDescription copied from interface:FromSourceLocationGets the source location of a value.- Specified by:
- getSourceLocationin interface- FromSourceLocation
- Returns:
- Returns the source location of the value.
 
- 
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<RegionOverride>
- Returns:
- a builder for type T
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toNodeDescription copied from interface:ToNodeConverts a value to aNode.
 
-