@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AlternatePathHint extends Object implements Serializable, Cloneable
Describes an potential intermediate component of a feasible path.
Constructor and Description |
---|
AlternatePathHint() |
Modifier and Type | Method and Description |
---|---|
AlternatePathHint |
clone() |
boolean |
equals(Object obj) |
String |
getComponentArn()
The Amazon Resource Name (ARN) of the component.
|
String |
getComponentId()
The ID of the component.
|
int |
hashCode() |
void |
setComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
|
void |
setComponentId(String componentId)
The ID of the component.
|
String |
toString()
Returns a string representation of this object.
|
AlternatePathHint |
withComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
|
AlternatePathHint |
withComponentId(String componentId)
The ID of the component.
|
public void setComponentId(String componentId)
The ID of the component.
componentId
- The ID of the component.public String getComponentId()
The ID of the component.
public AlternatePathHint withComponentId(String componentId)
The ID of the component.
componentId
- The ID of the component.public void setComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
componentArn
- The Amazon Resource Name (ARN) of the component.public String getComponentArn()
The Amazon Resource Name (ARN) of the component.
public AlternatePathHint withComponentArn(String componentArn)
The Amazon Resource Name (ARN) of the component.
componentArn
- The Amazon Resource Name (ARN) of the component.public String toString()
toString
in class Object
Object.toString()
public AlternatePathHint clone()