Class ConfiguredTableAssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableAssociationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfiguredTableAssociationSummary.Builder,ConfiguredTableAssociationSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfiguredTableAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The unique ARN for the configured table association.static ConfiguredTableAssociationSummary.Builderbuilder()StringconfiguredTableId()The unique configured table ID that this configured table association refers to.InstantcreateTime()The time the configured table association was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique ID for the configured table association.StringmembershipArn()The unique ARN for the membership that the configured table association belongs to.StringmembershipId()The unique ID for the membership that the configured table association belongs to.Stringname()The name of the configured table association.List<SdkField<?>>sdkFields()static Class<? extends ConfiguredTableAssociationSummary.Builder>serializableBuilderClass()ConfiguredTableAssociationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The time the configured table association was last updated.-
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
-
configuredTableId
public final String configuredTableId()
The unique configured table ID that this configured table association refers to.
- Returns:
- The unique configured table ID that this configured table association refers to.
-
membershipId
public final String membershipId()
The unique ID for the membership that the configured table association belongs to.
- Returns:
- The unique ID for the membership that the configured table association belongs to.
-
membershipArn
public final String membershipArn()
The unique ARN for the membership that the configured table association belongs to.
- Returns:
- The unique ARN for the membership that the configured table association belongs to.
-
name
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.
- Returns:
- The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
-
createTime
public final Instant createTime()
The time the configured table association was created.
- Returns:
- The time the configured table association was created.
-
updateTime
public final Instant updateTime()
The time the configured table association was last updated.
- Returns:
- The time the configured table association was last updated.
-
id
public final String id()
The unique ID for the configured table association.
- Returns:
- The unique ID for the configured table association.
-
arn
public final String arn()
The unique ARN for the configured table association.
- Returns:
- The unique ARN for the configured table association.
-
toBuilder
public ConfiguredTableAssociationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfiguredTableAssociationSummary.Builder,ConfiguredTableAssociationSummary>
-
builder
public static ConfiguredTableAssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfiguredTableAssociationSummary.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.
-
-