@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalysisComponent extends Object implements Serializable, Cloneable
Describes a path component.
Constructor and Description |
---|
AnalysisComponent() |
Modifier and Type | Method and Description |
---|---|
AnalysisComponent |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the component.
|
String |
getId()
The ID of the component.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the component.
|
void |
setId(String id)
The ID of the component.
|
String |
toString()
Returns a string representation of this object.
|
AnalysisComponent |
withArn(String arn)
The Amazon Resource Name (ARN) of the component.
|
AnalysisComponent |
withId(String id)
The ID of the component.
|
public void setId(String id)
The ID of the component.
id
- The ID of the component.public String getId()
The ID of the component.
public AnalysisComponent withId(String id)
The ID of the component.
id
- The ID of the component.public void setArn(String arn)
The Amazon Resource Name (ARN) of the component.
arn
- The Amazon Resource Name (ARN) of the component.public String getArn()
The Amazon Resource Name (ARN) of the component.
public AnalysisComponent withArn(String arn)
The Amazon Resource Name (ARN) of the component.
arn
- The Amazon Resource Name (ARN) of the component.public String toString()
toString
in class Object
Object.toString()
public AnalysisComponent clone()