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