@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartInvestigationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartInvestigationResult() |
Modifier and Type | Method and Description |
---|---|
StartInvestigationResult |
clone() |
boolean |
equals(Object obj) |
String |
getInvestigationId()
The investigation ID of the investigation report.
|
int |
hashCode() |
void |
setInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
String |
toString()
Returns a string representation of this object.
|
StartInvestigationResult |
withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInvestigationId(String investigationId)
The investigation ID of the investigation report.
investigationId
- The investigation ID of the investigation report.public String getInvestigationId()
The investigation ID of the investigation report.
public StartInvestigationResult withInvestigationId(String investigationId)
The investigation ID of the investigation report.
investigationId
- The investigation ID of the investigation report.public String toString()
toString
in class Object
Object.toString()
public StartInvestigationResult clone()