@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFlowDefinitionResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeFlowDefinitionResponse.Builder,DescribeFlowDefinitionResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeFlowDefinitionResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeFlowDefinitionResponse.Builder |
builder() |
Instant |
creationTime()
The timestamp when the flow definition was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
|
String |
flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow defintion.
|
String |
flowDefinitionName()
The Amazon Resource Name (ARN) of the flow definition.
|
FlowDefinitionStatus |
flowDefinitionStatus()
The status of the flow definition.
|
String |
flowDefinitionStatusAsString()
The status of the flow definition.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HumanLoopActivationConfig |
humanLoopActivationConfig()
An object containing information about what triggers a human review workflow.
|
HumanLoopConfig |
humanLoopConfig()
An object containing information about who works on the task, the workforce task price, and other task details.
|
HumanLoopRequestSource |
humanLoopRequestSource()
Returns the value of the HumanLoopRequestSource property for this object.
|
FlowDefinitionOutputConfig |
outputConfig()
An object containing information about the output file.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) execution role for the flow
definition.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFlowDefinitionResponse.Builder> |
serializableBuilderClass() |
DescribeFlowDefinitionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String flowDefinitionArn()
The Amazon Resource Name (ARN) of the flow defintion.
public String flowDefinitionName()
The Amazon Resource Name (ARN) of the flow definition.
public FlowDefinitionStatus flowDefinitionStatus()
The status of the flow definition. Valid values are listed below.
If the service returns an enum value that is not available in the current SDK version,
flowDefinitionStatus
will return FlowDefinitionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from flowDefinitionStatusAsString()
.
FlowDefinitionStatus
public String flowDefinitionStatusAsString()
The status of the flow definition. Valid values are listed below.
If the service returns an enum value that is not available in the current SDK version,
flowDefinitionStatus
will return FlowDefinitionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value
returned by the service is available from flowDefinitionStatusAsString()
.
FlowDefinitionStatus
public Instant creationTime()
The timestamp when the flow definition was created.
public HumanLoopRequestSource humanLoopRequestSource()
public HumanLoopActivationConfig humanLoopActivationConfig()
An object containing information about what triggers a human review workflow.
public HumanLoopConfig humanLoopConfig()
An object containing information about who works on the task, the workforce task price, and other task details.
public FlowDefinitionOutputConfig outputConfig()
An object containing information about the output file.
public String roleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) execution role for the flow definition.
public String failureReason()
public DescribeFlowDefinitionResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeFlowDefinitionResponse.Builder,DescribeFlowDefinitionResponse>
toBuilder
in class AwsResponse
public static DescribeFlowDefinitionResponse.Builder builder()
public static Class<? extends DescribeFlowDefinitionResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.