@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetLatestAssessmentIdResult clone()