Class GetExecutionFlowSnapshotResponse
java.lang.Object
software.amazon.awssdk.core.SdkResponse
software.amazon.awssdk.awscore.AwsResponse
software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeResponse
software.amazon.awssdk.services.bedrockagentruntime.model.GetExecutionFlowSnapshotResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetExecutionFlowSnapshotResponse.Builder,GetExecutionFlowSnapshotResponse>
@Generated("software.amazon.awssdk:codegen")
public final class GetExecutionFlowSnapshotResponse
extends BedrockAgentRuntimeResponse
implements ToCopyableBuilder<GetExecutionFlowSnapshotResponse.Builder,GetExecutionFlowSnapshotResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe Amazon Resource Name (ARN) of the customer managed KMS key that's used to encrypt the flow snapshot.final StringThe flow definition used for the flow execution, including the nodes, connections, and configuration at the time when the execution started.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe Amazon Resource Name (ARN) of the IAM service role that's used by the flow execution.final StringThe unique identifier of the flow alias used for the flow execution.final StringThe unique identifier of the flow.final StringThe version of the flow used for the flow execution.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends GetExecutionFlowSnapshotResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
customerEncryptionKeyArn
The Amazon Resource Name (ARN) of the customer managed KMS key that's used to encrypt the flow snapshot.
- Returns:
- The Amazon Resource Name (ARN) of the customer managed KMS key that's used to encrypt the flow snapshot.
-
definition
The flow definition used for the flow execution, including the nodes, connections, and configuration at the time when the execution started.
The definition returns as a string that follows the structure of a FlowDefinition object.
- Returns:
- The flow definition used for the flow execution, including the nodes, connections, and configuration at
the time when the execution started.
The definition returns as a string that follows the structure of a FlowDefinition object.
-
executionRoleArn
The Amazon Resource Name (ARN) of the IAM service role that's used by the flow execution.
- Returns:
- The Amazon Resource Name (ARN) of the IAM service role that's used by the flow execution.
-
flowAliasIdentifier
The unique identifier of the flow alias used for the flow execution.
- Returns:
- The unique identifier of the flow alias used for the flow execution.
-
flowIdentifier
The unique identifier of the flow.
- Returns:
- The unique identifier of the flow.
-
flowVersion
The version of the flow used for the flow execution.
- Returns:
- The version of the flow used for the flow execution.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetExecutionFlowSnapshotResponse.Builder,GetExecutionFlowSnapshotResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-