@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetInvestigationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetInvestigationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetInvestigationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGraphArn()
The ARN of the behavior graph.
|
String |
getInvestigationId()
The investigation ID of the investigation report.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The ARN of the behavior graph.
|
void |
setInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
String |
toString()
Returns a string representation of this object.
|
GetInvestigationRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph.
|
GetInvestigationRequest |
withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn - The ARN of the behavior graph.public String getGraphArn()
The ARN of the behavior graph.
public GetInvestigationRequest withGraphArn(String graphArn)
The ARN of the behavior graph.
graphArn - The ARN of the behavior graph.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 GetInvestigationRequest withInvestigationId(String investigationId)
The investigation ID of the investigation report.
investigationId - The investigation ID of the investigation report.public String toString()
toString in class ObjectObject.toString()public GetInvestigationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.