Class UpdateInvestigationStateRequest
- 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.UpdateInvestigationStateRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateInvestigationStateRequest.Builder,UpdateInvestigationStateRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateInvestigationStateRequest extends DetectiveRequest implements ToCopyableBuilder<UpdateInvestigationStateRequest.Builder,UpdateInvestigationStateRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateInvestigationStateRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateInvestigationStateRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgraphArn()The ARN of the behavior graph.inthashCode()StringinvestigationId()The investigation ID of the investigation report.List<SdkField<?>>sdkFields()static Class<? extends UpdateInvestigationStateRequest.Builder>serializableBuilderClass()Statestate()The current state of the investigation.StringstateAsString()The current state of the investigation.UpdateInvestigationStateRequest.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.
-
investigationId
public final String investigationId()
The investigation ID of the investigation report.
- Returns:
- The investigation ID of the investigation report.
-
state
public final State state()
The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
If the service returns an enum value that is not available in the current SDK version,
statewill returnState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
- See Also:
State
-
stateAsString
public final String stateAsString()
The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
If the service returns an enum value that is not available in the current SDK version,
statewill returnState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the investigation. An archived investigation indicates you have completed reviewing the investigation.
- See Also:
State
-
toBuilder
public UpdateInvestigationStateRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateInvestigationStateRequest.Builder,UpdateInvestigationStateRequest>- Specified by:
toBuilderin classDetectiveRequest
-
builder
public static UpdateInvestigationStateRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateInvestigationStateRequest.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
-
-