@Generated(value="software.amazon.awssdk:codegen") public final class PartnerIntegrationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PartnerIntegrationInfo.Builder,PartnerIntegrationInfo>
Describes a partner integration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PartnerIntegrationInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PartnerIntegrationInfo.Builder |
builder() |
Instant |
createdAt()
The date (UTC) that the partner integration was created.
|
String |
databaseName()
The name of the database that receives data from a partner.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
partnerName()
The name of the partner.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PartnerIntegrationInfo.Builder> |
serializableBuilderClass() |
PartnerIntegrationStatus |
status()
The partner integration status.
|
String |
statusAsString()
The partner integration status.
|
String |
statusMessage()
The status message provided by the partner.
|
PartnerIntegrationInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date (UTC) that the partner integration status was last updated by the partner.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String databaseName()
The name of the database that receives data from a partner.
public final String partnerName()
The name of the partner.
public final PartnerIntegrationStatus status()
The partner integration status.
If the service returns an enum value that is not available in the current SDK version, status will
return PartnerIntegrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PartnerIntegrationStatuspublic final String statusAsString()
The partner integration status.
If the service returns an enum value that is not available in the current SDK version, status will
return PartnerIntegrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PartnerIntegrationStatuspublic final String statusMessage()
The status message provided by the partner.
public final Instant createdAt()
The date (UTC) that the partner integration was created.
public final Instant updatedAt()
The date (UTC) that the partner integration status was last updated by the partner.
public PartnerIntegrationInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PartnerIntegrationInfo.Builder,PartnerIntegrationInfo>public static PartnerIntegrationInfo.Builder builder()
public static Class<? extends PartnerIntegrationInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.