@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.
|
String |
getName()
The name of the analysis component.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the component.
|
void |
setId(String id)
The ID of the component.
|
void |
setName(String name)
The name of the analysis 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.
|
AnalysisComponent |
withName(String name)
The name of the analysis 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 void setName(String name)
The name of the analysis component.
name
- The name of the analysis component.public String getName()
The name of the analysis component.
public AnalysisComponent withName(String name)
The name of the analysis component.
name
- The name of the analysis component.public String toString()
toString
in class Object
Object.toString()
public AnalysisComponent clone()