@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaMappingSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object containing SchemaName, SchemaArn, CreatedAt, and
UpdatedAt.
| Constructor and Description |
|---|
SchemaMappingSummary() |
| Modifier and Type | Method and Description |
|---|---|
SchemaMappingSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the
SchemaMapping was created. |
String |
getSchemaArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. |
String |
getSchemaName()
The name of the schema.
|
Date |
getUpdatedAt()
The timestamp of when the
SchemaMapping was last updated. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAt(Date createdAt)
The timestamp of when the
SchemaMapping was created. |
void |
setSchemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. |
void |
setSchemaName(String schemaName)
The name of the schema.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the
SchemaMapping was last updated. |
String |
toString()
Returns a string representation of this object.
|
SchemaMappingSummary |
withCreatedAt(Date createdAt)
The timestamp of when the
SchemaMapping was created. |
SchemaMappingSummary |
withSchemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping. |
SchemaMappingSummary |
withSchemaName(String schemaName)
The name of the schema.
|
SchemaMappingSummary |
withUpdatedAt(Date updatedAt)
The timestamp of when the
SchemaMapping was last updated. |
public void setCreatedAt(Date createdAt)
The timestamp of when the SchemaMapping was created.
createdAt - The timestamp of when the SchemaMapping was created.public Date getCreatedAt()
The timestamp of when the SchemaMapping was created.
SchemaMapping was created.public SchemaMappingSummary withCreatedAt(Date createdAt)
The timestamp of when the SchemaMapping was created.
createdAt - The timestamp of when the SchemaMapping was created.public void setSchemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
schemaArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.public String getSchemaArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
SchemaMapping.public SchemaMappingSummary withSchemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
schemaArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.public void setSchemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.public String getSchemaName()
The name of the schema.
public SchemaMappingSummary withSchemaName(String schemaName)
The name of the schema.
schemaName - The name of the schema.public void setUpdatedAt(Date updatedAt)
The timestamp of when the SchemaMapping was last updated.
updatedAt - The timestamp of when the SchemaMapping was last updated.public Date getUpdatedAt()
The timestamp of when the SchemaMapping was last updated.
SchemaMapping was last updated.public SchemaMappingSummary withUpdatedAt(Date updatedAt)
The timestamp of when the SchemaMapping was last updated.
updatedAt - The timestamp of when the SchemaMapping was last updated.public String toString()
toString in class ObjectObject.toString()public SchemaMappingSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.