Class 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>
  • Method Details

    • customerEncryptionKeyArn

      public final String 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

      public final String 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

      public final String 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

      public final String 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

      public final String flowIdentifier()

      The unique identifier of the flow.

      Returns:
      The unique identifier of the flow.
    • flowVersion

      public final String 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:
      toBuilder in interface ToCopyableBuilder<GetExecutionFlowSnapshotResponse.Builder,GetExecutionFlowSnapshotResponse>
      Specified by:
      toBuilder in class AwsResponse
    • builder

    • serializableBuilderClass

      public static Class<? extends GetExecutionFlowSnapshotResponse.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsResponse
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsResponse
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkResponse
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo