@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSchemaMappingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSchemaMappingResult() |
Modifier and Type | Method and Description |
---|---|
GetSchemaMappingResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetSchemaMappingResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetSchemaMappingResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the
SchemaMapping was created. |
String |
getDescription()
A description of the schema.
|
Boolean |
getHasWorkflows()
Specifies whether the schema mapping has been applied to a workflow.
|
List<SchemaInputAttribute> |
getMappedInputFields()
A list of
MappedInputFields . |
String |
getSchemaArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
|
String |
getSchemaName()
The name of the schema.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
Date |
getUpdatedAt()
The timestamp of when the
SchemaMapping was last updated. |
int |
hashCode() |
Boolean |
isHasWorkflows()
Specifies whether the schema mapping has been applied to a workflow.
|
void |
setCreatedAt(Date createdAt)
The timestamp of when the
SchemaMapping was created. |
void |
setDescription(String description)
A description of the schema.
|
void |
setHasWorkflows(Boolean hasWorkflows)
Specifies whether the schema mapping has been applied to a workflow.
|
void |
setMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields . |
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 |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the
SchemaMapping was last updated. |
String |
toString()
Returns a string representation of this object.
|
GetSchemaMappingResult |
withCreatedAt(Date createdAt)
The timestamp of when the
SchemaMapping was created. |
GetSchemaMappingResult |
withDescription(String description)
A description of the schema.
|
GetSchemaMappingResult |
withHasWorkflows(Boolean hasWorkflows)
Specifies whether the schema mapping has been applied to a workflow.
|
GetSchemaMappingResult |
withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields . |
GetSchemaMappingResult |
withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields . |
GetSchemaMappingResult |
withSchemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the SchemaMapping.
|
GetSchemaMappingResult |
withSchemaName(String schemaName)
The name of the schema.
|
GetSchemaMappingResult |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetSchemaMappingResult |
withUpdatedAt(Date updatedAt)
The timestamp of when the
SchemaMapping was last updated. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetSchemaMappingResult withCreatedAt(Date createdAt)
The timestamp of when the SchemaMapping
was created.
createdAt
- The timestamp of when the SchemaMapping
was created.public void setDescription(String description)
A description of the schema.
description
- A description of the schema.public String getDescription()
A description of the schema.
public GetSchemaMappingResult withDescription(String description)
A description of the schema.
description
- A description of the schema.public void setHasWorkflows(Boolean hasWorkflows)
Specifies whether the schema mapping has been applied to a workflow.
hasWorkflows
- Specifies whether the schema mapping has been applied to a workflow.public Boolean getHasWorkflows()
Specifies whether the schema mapping has been applied to a workflow.
public GetSchemaMappingResult withHasWorkflows(Boolean hasWorkflows)
Specifies whether the schema mapping has been applied to a workflow.
hasWorkflows
- Specifies whether the schema mapping has been applied to a workflow.public Boolean isHasWorkflows()
Specifies whether the schema mapping has been applied to a workflow.
public List<SchemaInputAttribute> getMappedInputFields()
A list of MappedInputFields
. Each MappedInputField
corresponds to a column the source
data table, and contains column name plus additional information Venice uses for matching.
MappedInputFields
. Each MappedInputField
corresponds to a column the
source data table, and contains column name plus additional information Venice uses for matching.public void setMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of MappedInputFields
. Each MappedInputField
corresponds to a column the source
data table, and contains column name plus additional information Venice uses for matching.
mappedInputFields
- A list of MappedInputFields
. Each MappedInputField
corresponds to a column the
source data table, and contains column name plus additional information Venice uses for matching.public GetSchemaMappingResult withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of MappedInputFields
. Each MappedInputField
corresponds to a column the source
data table, and contains column name plus additional information Venice uses for matching.
NOTE: This method appends the values to the existing list (if any). Use
setMappedInputFields(java.util.Collection)
or withMappedInputFields(java.util.Collection)
if
you want to override the existing values.
mappedInputFields
- A list of MappedInputFields
. Each MappedInputField
corresponds to a column the
source data table, and contains column name plus additional information Venice uses for matching.public GetSchemaMappingResult withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of MappedInputFields
. Each MappedInputField
corresponds to a column the source
data table, and contains column name plus additional information Venice uses for matching.
mappedInputFields
- A list of MappedInputFields
. Each MappedInputField
corresponds to a column the
source data table, and contains column name plus additional information Venice uses for matching.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.
public GetSchemaMappingResult 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 GetSchemaMappingResult withSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public GetSchemaMappingResult withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags
- The tags used to organize, track, or control access for this resource.public GetSchemaMappingResult addTagsEntry(String key, String value)
public GetSchemaMappingResult clearTagsEntries()
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 GetSchemaMappingResult 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 Object
Object.toString()
public GetSchemaMappingResult clone()