@Generated(value="software.amazon.awssdk:codegen") public final class ConfiguredTableAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfiguredTableAssociationSummary.Builder,ConfiguredTableAssociationSummary>
The configured table association summary for the objects listed by the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfiguredTableAssociationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The unique ARN for the configured table association.
|
static ConfiguredTableAssociationSummary.Builder |
builder() |
String |
configuredTableId()
The unique configured table ID that this configured table association refers to.
|
Instant |
createTime()
The time the configured table association was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID for the configured table association.
|
String |
membershipArn()
The unique ARN for the membership that the configured table association belongs to.
|
String |
membershipId()
The unique ID for the membership that the configured table association belongs to.
|
String |
name()
The name of the configured table association.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfiguredTableAssociationSummary.Builder> |
serializableBuilderClass() |
ConfiguredTableAssociationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The time the configured table association was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configuredTableId()
The unique configured table ID that this configured table association refers to.
public final String membershipId()
The unique ID for the membership that the configured table association belongs to.
public final String membershipArn()
The unique ARN for the membership that the configured table association belongs to.
public final String name()
The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
public final Instant createTime()
The time the configured table association was created.
public final Instant updateTime()
The time the configured table association was last updated.
public final String id()
The unique ID for the configured table association.
public final String arn()
The unique ARN for the configured table association.
public ConfiguredTableAssociationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfiguredTableAssociationSummary.Builder,ConfiguredTableAssociationSummary>public static ConfiguredTableAssociationSummary.Builder builder()
public static Class<? extends ConfiguredTableAssociationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.