@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfiguredTableAssociationSummary extends Object implements Serializable, Cloneable, StructuredPojo
The configured table association summary for the objects listed by the request.
Constructor and Description |
---|
ConfiguredTableAssociationSummary() |
Modifier and Type | Method and Description |
---|---|
ConfiguredTableAssociationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The unique ARN for the configured table association.
|
String |
getConfiguredTableId()
The unique configured table ID that this configured table association refers to.
|
Date |
getCreateTime()
The time the configured table association was created.
|
String |
getId()
The unique ID for the configured table association.
|
String |
getMembershipArn()
The unique ARN for the membership that the configured table association belongs to.
|
String |
getMembershipId()
The unique ID for the membership that the configured table association belongs to.
|
String |
getName()
The name of the configured table association.
|
Date |
getUpdateTime()
The time the configured table association was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The unique ARN for the configured table association.
|
void |
setConfiguredTableId(String configuredTableId)
The unique configured table ID that this configured table association refers to.
|
void |
setCreateTime(Date createTime)
The time the configured table association was created.
|
void |
setId(String id)
The unique ID for the configured table association.
|
void |
setMembershipArn(String membershipArn)
The unique ARN for the membership that the configured table association belongs to.
|
void |
setMembershipId(String membershipId)
The unique ID for the membership that the configured table association belongs to.
|
void |
setName(String name)
The name of the configured table association.
|
void |
setUpdateTime(Date updateTime)
The time the configured table association was last updated.
|
String |
toString()
Returns a string representation of this object.
|
ConfiguredTableAssociationSummary |
withArn(String arn)
The unique ARN for the configured table association.
|
ConfiguredTableAssociationSummary |
withConfiguredTableId(String configuredTableId)
The unique configured table ID that this configured table association refers to.
|
ConfiguredTableAssociationSummary |
withCreateTime(Date createTime)
The time the configured table association was created.
|
ConfiguredTableAssociationSummary |
withId(String id)
The unique ID for the configured table association.
|
ConfiguredTableAssociationSummary |
withMembershipArn(String membershipArn)
The unique ARN for the membership that the configured table association belongs to.
|
ConfiguredTableAssociationSummary |
withMembershipId(String membershipId)
The unique ID for the membership that the configured table association belongs to.
|
ConfiguredTableAssociationSummary |
withName(String name)
The name of the configured table association.
|
ConfiguredTableAssociationSummary |
withUpdateTime(Date updateTime)
The time the configured table association was last updated.
|
public void setConfiguredTableId(String configuredTableId)
The unique configured table ID that this configured table association refers to.
configuredTableId
- The unique configured table ID that this configured table association refers to.public String getConfiguredTableId()
The unique configured table ID that this configured table association refers to.
public ConfiguredTableAssociationSummary withConfiguredTableId(String configuredTableId)
The unique configured table ID that this configured table association refers to.
configuredTableId
- The unique configured table ID that this configured table association refers to.public void setMembershipId(String membershipId)
The unique ID for the membership that the configured table association belongs to.
membershipId
- The unique ID for the membership that the configured table association belongs to.public String getMembershipId()
The unique ID for the membership that the configured table association belongs to.
public ConfiguredTableAssociationSummary withMembershipId(String membershipId)
The unique ID for the membership that the configured table association belongs to.
membershipId
- The unique ID for the membership that the configured table association belongs to.public void setMembershipArn(String membershipArn)
The unique ARN for the membership that the configured table association belongs to.
membershipArn
- The unique ARN for the membership that the configured table association belongs to.public String getMembershipArn()
The unique ARN for the membership that the configured table association belongs to.
public ConfiguredTableAssociationSummary withMembershipArn(String membershipArn)
The unique ARN for the membership that the configured table association belongs to.
membershipArn
- The unique ARN for the membership that the configured table association belongs to.public void setName(String name)
The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
name
- The name of the configured table association. The table is identified by this name when running Protected
Queries against the underlying data.public String getName()
The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
public ConfiguredTableAssociationSummary withName(String name)
The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.
name
- The name of the configured table association. The table is identified by this name when running Protected
Queries against the underlying data.public void setCreateTime(Date createTime)
The time the configured table association was created.
createTime
- The time the configured table association was created.public Date getCreateTime()
The time the configured table association was created.
public ConfiguredTableAssociationSummary withCreateTime(Date createTime)
The time the configured table association was created.
createTime
- The time the configured table association was created.public void setUpdateTime(Date updateTime)
The time the configured table association was last updated.
updateTime
- The time the configured table association was last updated.public Date getUpdateTime()
The time the configured table association was last updated.
public ConfiguredTableAssociationSummary withUpdateTime(Date updateTime)
The time the configured table association was last updated.
updateTime
- The time the configured table association was last updated.public void setId(String id)
The unique ID for the configured table association.
id
- The unique ID for the configured table association.public String getId()
The unique ID for the configured table association.
public ConfiguredTableAssociationSummary withId(String id)
The unique ID for the configured table association.
id
- The unique ID for the configured table association.public void setArn(String arn)
The unique ARN for the configured table association.
arn
- The unique ARN for the configured table association.public String getArn()
The unique ARN for the configured table association.
public ConfiguredTableAssociationSummary withArn(String arn)
The unique ARN for the configured table association.
arn
- The unique ARN for the configured table association.public String toString()
toString
in class Object
Object.toString()
public ConfiguredTableAssociationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.