@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLatestAssessmentIdResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetLatestAssessmentIdResult() |
| Modifier and Type | Method and Description |
|---|---|
GetLatestAssessmentIdResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The latest ID for the specific assessment task.
|
int |
hashCode() |
void |
setId(String id)
The latest ID for the specific assessment task.
|
String |
toString()
Returns a string representation of this object.
|
GetLatestAssessmentIdResult |
withId(String id)
The latest ID for the specific assessment task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setId(String id)
The latest ID for the specific assessment task.
id - The latest ID for the specific assessment task.public String getId()
The latest ID for the specific assessment task.
public GetLatestAssessmentIdResult withId(String id)
The latest ID for the specific assessment task.
id - The latest ID for the specific assessment task.public String toString()
toString in class ObjectObject.toString()public GetLatestAssessmentIdResult clone()