@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSchemaMappingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateSchemaMappingResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSchemaMappingResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the schema.
|
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.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the schema.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSchemaMappingResult |
withDescription(String description)
A description of the schema.
|
UpdateSchemaMappingResult |
withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields . |
UpdateSchemaMappingResult |
withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields . |
UpdateSchemaMappingResult |
withSchemaArn(String schemaArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping . |
UpdateSchemaMappingResult |
withSchemaName(String schemaName)
The name of the schema.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateSchemaMappingResult withDescription(String description)
A description of the schema.
description
- A description of the schema.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 that Entity Resolution uses for matching.
MappedInputFields
. Each MappedInputField
corresponds to a column the
source data table, and contains column name plus additional information that Entity Resolution 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 that Entity Resolution 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 that Entity Resolution uses for
matching.public UpdateSchemaMappingResult withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of MappedInputFields
. Each MappedInputField
corresponds to a column the source
data table, and contains column name plus additional information that Entity Resolution 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 that Entity Resolution uses for
matching.public UpdateSchemaMappingResult 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 that Entity Resolution 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 that Entity Resolution 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
.
SchemaMapping
.public UpdateSchemaMappingResult 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 UpdateSchemaMappingResult withSchemaName(String schemaName)
The name of the schema.
schemaName
- The name of the schema.public String toString()
toString
in class Object
Object.toString()
public UpdateSchemaMappingResult clone()