Class StartInvestigationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.detective.model.DetectiveRequest
-
- software.amazon.awssdk.services.detective.model.StartInvestigationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartInvestigationRequest.Builder,StartInvestigationRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartInvestigationRequest extends DetectiveRequest implements ToCopyableBuilder<StartInvestigationRequest.Builder,StartInvestigationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartInvestigationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartInvestigationRequest.Builderbuilder()StringentityArn()The unique Amazon Resource Name (ARN) of the IAM user and IAM role.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgraphArn()The ARN of the behavior graph.inthashCode()InstantscopeEndTime()The data and time when the investigation began.InstantscopeStartTime()The data and time when the investigation began.List<SdkField<?>>sdkFields()static Class<? extends StartInvestigationRequest.Builder>serializableBuilderClass()StartInvestigationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
graphArn
public final String graphArn()
The ARN of the behavior graph.
- Returns:
- The ARN of the behavior graph.
-
entityArn
public final String entityArn()
The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
- Returns:
- The unique Amazon Resource Name (ARN) of the IAM user and IAM role.
-
scopeStartTime
public final Instant 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.- Returns:
- The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For
example,
2021-08-18T16:35:56.284Z.
-
scopeEndTime
public final Instant scopeEndTime()
The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z.- Returns:
- The data and time when the investigation began. The value is an UTC ISO8601 formatted string. For
example,
2021-08-18T16:35:56.284Z.
-
toBuilder
public StartInvestigationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartInvestigationRequest.Builder,StartInvestigationRequest>- Specified by:
toBuilderin classDetectiveRequest
-
builder
public static StartInvestigationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartInvestigationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-