@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartInvestigationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartInvestigationRequest() |
Modifier and Type | Method and Description |
---|---|
StartInvestigationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEntityArn()
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
|
String |
getGraphArn()
The Amazon Resource Name (ARN) of the behavior graph.
|
Date |
getScopeEndTime()
The data and time when the investigation ended.
|
Date |
getScopeStartTime()
The data and time when the investigation began.
|
int |
hashCode() |
void |
setEntityArn(String entityArn)
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
|
void |
setGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
|
void |
setScopeEndTime(Date scopeEndTime)
The data and time when the investigation ended.
|
void |
setScopeStartTime(Date scopeStartTime)
The data and time when the investigation began.
|
String |
toString()
Returns a string representation of this object.
|
StartInvestigationRequest |
withEntityArn(String entityArn)
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
|
StartInvestigationRequest |
withGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
|
StartInvestigationRequest |
withScopeEndTime(Date scopeEndTime)
The data and time when the investigation ended.
|
StartInvestigationRequest |
withScopeStartTime(Date scopeStartTime)
The data and time when the investigation began.
|
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, withSdkRequestTimeout
public 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 StartInvestigationRequest withGraphArn(String graphArn)
The Amazon Resource Name (ARN) of the behavior graph.
graphArn
- The Amazon Resource Name (ARN) of the behavior graph.public void setEntityArn(String entityArn)
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
entityArn
- The unique Amazon Resource Name (ARN) of the IAM user and IAM role.public String getEntityArn()
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
public StartInvestigationRequest withEntityArn(String entityArn)
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
entityArn
- The unique Amazon Resource Name (ARN) of the IAM user and IAM role.public void setScopeStartTime(Date scopeStartTime)
The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.
scopeStartTime
- The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.public Date getScopeStartTime()
The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.
2021-08-18T16:35:56.284Z
.public StartInvestigationRequest withScopeStartTime(Date scopeStartTime)
The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.
scopeStartTime
- The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.public void setScopeEndTime(Date scopeEndTime)
The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.
scopeEndTime
- The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.public Date getScopeEndTime()
The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.
2021-08-18T16:35:56.284Z
.public StartInvestigationRequest withScopeEndTime(Date scopeEndTime)
The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.
scopeEndTime
- The data and time when the investigation ended. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z
.public String toString()
toString
in class Object
Object.toString()
public StartInvestigationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()