Class PartnerIntegrationInfo
- java.lang.Object
-
- software.amazon.awssdk.services.redshift.model.PartnerIntegrationInfo
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PartnerIntegrationInfo.Builder,PartnerIntegrationInfo>
@Generated("software.amazon.awssdk:codegen") public final class PartnerIntegrationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PartnerIntegrationInfo.Builder,PartnerIntegrationInfo>
Describes a partner integration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PartnerIntegrationInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
databaseName
public final String databaseName()
The name of the database that receives data from a partner.
- Returns:
- The name of the database that receives data from a partner.
-
partnerName
public final String partnerName()
The name of the partner.
- Returns:
- The name of the partner.
-
status
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 returnPartnerIntegrationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The partner integration status.
- See Also:
PartnerIntegrationStatus
-
statusAsString
public 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 returnPartnerIntegrationStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The partner integration status.
- See Also:
PartnerIntegrationStatus
-
statusMessage
public final String statusMessage()
The status message provided by the partner.
- Returns:
- The status message provided by the partner.
-
createdAt
public final Instant createdAt()
The date (UTC) that the partner integration was created.
- Returns:
- The date (UTC) that the partner integration was created.
-
updatedAt
public final Instant updatedAt()
The date (UTC) that the partner integration status was last updated by the partner.
- Returns:
- The date (UTC) that the partner integration status was last updated by the partner.
-
toBuilder
public PartnerIntegrationInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PartnerIntegrationInfo.Builder,PartnerIntegrationInfo>
-
builder
public static PartnerIntegrationInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends PartnerIntegrationInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
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.
-
-