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 interfacePartnerIntegrationInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartnerIntegrationInfo.Builderbuilder()InstantcreatedAt()The date (UTC) that the partner integration was created.StringdatabaseName()The name of the database that receives data from a partner.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpartnerName()The name of the partner.List<SdkField<?>>sdkFields()static Class<? extends PartnerIntegrationInfo.Builder>serializableBuilderClass()PartnerIntegrationStatusstatus()The partner integration status.StringstatusAsString()The partner integration status.StringstatusMessage()The status message provided by the partner.PartnerIntegrationInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()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,
statuswill 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,
statuswill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-