@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RouteAnalysisPath extends Object implements Serializable, Cloneable, StructuredPojo
Describes a route analysis path.
Constructor and Description |
---|
RouteAnalysisPath() |
Modifier and Type | Method and Description |
---|---|
RouteAnalysisPath |
clone() |
boolean |
equals(Object obj) |
RouteAnalysisCompletion |
getCompletionStatus()
The status of the analysis at completion.
|
List<PathComponent> |
getPath()
The route analysis path.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompletionStatus(RouteAnalysisCompletion completionStatus)
The status of the analysis at completion.
|
void |
setPath(Collection<PathComponent> path)
The route analysis path.
|
String |
toString()
Returns a string representation of this object.
|
RouteAnalysisPath |
withCompletionStatus(RouteAnalysisCompletion completionStatus)
The status of the analysis at completion.
|
RouteAnalysisPath |
withPath(Collection<PathComponent> path)
The route analysis path.
|
RouteAnalysisPath |
withPath(PathComponent... path)
The route analysis path.
|
public void setCompletionStatus(RouteAnalysisCompletion completionStatus)
The status of the analysis at completion.
completionStatus
- The status of the analysis at completion.public RouteAnalysisCompletion getCompletionStatus()
The status of the analysis at completion.
public RouteAnalysisPath withCompletionStatus(RouteAnalysisCompletion completionStatus)
The status of the analysis at completion.
completionStatus
- The status of the analysis at completion.public List<PathComponent> getPath()
The route analysis path.
public void setPath(Collection<PathComponent> path)
The route analysis path.
path
- The route analysis path.public RouteAnalysisPath withPath(PathComponent... path)
The route analysis path.
NOTE: This method appends the values to the existing list (if any). Use
setPath(java.util.Collection)
or withPath(java.util.Collection)
if you want to override the
existing values.
path
- The route analysis path.public RouteAnalysisPath withPath(Collection<PathComponent> path)
The route analysis path.
path
- The route analysis path.public String toString()
toString
in class Object
Object.toString()
public RouteAnalysisPath clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.