Class Partitions
- java.lang.Object
 - 
- software.amazon.smithy.rulesengine.aws.language.functions.partition.Partitions
 
 
- 
- All Implemented Interfaces:
 FromSourceLocation,ToNode,ToSmithyBuilder<Partitions>
public final class Partitions extends java.lang.Object implements ToSmithyBuilder<Partitions>, FromSourceLocation, ToNode
A model for defining the set of partitions that are used by the rule-set aws.partition function. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPartitions.BuilderA builder used to create aPartitionsclass. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Partitions.Builderbuilder()Builder to create aPartitionsinstance.booleanequals(java.lang.Object o)static PartitionsfromNode(Node node)Creates aPartitionsinstance from the given Node information.java.util.List<Partition>getPartitions()Gets the list of loaded partitions.SourceLocationgetSourceLocation()Gets the source location of a value.java.lang.StringgetVersion()Gets the version of the partitions file.inthashCode()Partitions.BuildertoBuilder()Take this object and create a builder that contains all of the current property values of this object.NodetoNode()Converts a value to aNode.java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
builder
public static Partitions.Builder builder()
Builder to create aPartitionsinstance.- Returns:
 - returns a new Builder.
 
 
- 
fromNode
public static Partitions fromNode(Node node)
Creates aPartitionsinstance from the given Node information.- Parameters:
 node- the node to deserialize.- Returns:
 - the created Partitions.
 
 
- 
getVersion
public java.lang.String getVersion()
Gets the version of the partitions file.- Returns:
 - returns the version of the partitions file.
 
 
- 
getPartitions
public java.util.List<Partition> getPartitions()
Gets the list of loaded partitions.- Returns:
 - returns the list of partitions.
 
 
- 
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 Partitions.Builder 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<Partitions>- Returns:
 - a builder for type T
 
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -