@Generated(value="software.amazon.awssdk:codegen") public final class RegistrationOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegistrationOutput.Builder,RegistrationOutput>
Describes the status of an attempt from Amazon AppFlow to register a resource.
When you run a flow that you've configured to use a metadata catalog, Amazon AppFlow registers a metadata table and data partitions with that catalog. This operation provides the status of that registration attempt. The operation also indicates how many related resources Amazon AppFlow created or updated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegistrationOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegistrationOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
Explains the status of the registration attempt from Amazon AppFlow.
|
String |
result()
Indicates the number of resources that Amazon AppFlow created or updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegistrationOutput.Builder> |
serializableBuilderClass() |
ExecutionStatus |
status()
Indicates the status of the registration attempt from Amazon AppFlow.
|
String |
statusAsString()
Indicates the status of the registration attempt from Amazon AppFlow.
|
RegistrationOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String message()
Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.
public final String result()
Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.
public final ExecutionStatus status()
Indicates the status of the registration attempt from Amazon AppFlow.
If the service returns an enum value that is not available in the current SDK version, status will
return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ExecutionStatuspublic final String statusAsString()
Indicates the status of the registration attempt from Amazon AppFlow.
If the service returns an enum value that is not available in the current SDK version, status will
return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ExecutionStatuspublic RegistrationOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegistrationOutput.Builder,RegistrationOutput>public static RegistrationOutput.Builder builder()
public static Class<? extends RegistrationOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.