@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGraphArn()
The Amazon Resource Name (ARN) of the behavior graph.
|
String |
getInvestigationId()
The investigation ID of the investigation report.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The Amazon Resource Name (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 Amazon Resource Name (ARN) of the behavior graph.
|
GetInvestigationRequest |
withInvestigationId(String investigationId)
The investigation ID of the investigation report.
|
addHandlerContext, 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 Amazon Resource Name (ARN) of the behavior graph.
graphArn - The Amazon Resource Name (ARN) of the behavior graph.public String getGraphArn()
The Amazon Resource Name (ARN) of the behavior graph.
public GetInvestigationRequest withGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
graphArn - The Amazon Resource Name (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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()