@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSchemaMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateSchemaMappingRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateSchemaMappingRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDescription()
 A description of the schema. | 
| List<SchemaInputAttribute> | getMappedInputFields()
 A list of  MappedInputFields. | 
| 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 | setSchemaName(String schemaName)
 The name of the schema. | 
| String | toString()Returns a string representation of this object. | 
| UpdateSchemaMappingRequest | withDescription(String description)
 A description of the schema. | 
| UpdateSchemaMappingRequest | withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
 A list of  MappedInputFields. | 
| UpdateSchemaMappingRequest | withMappedInputFields(SchemaInputAttribute... mappedInputFields)
 A list of  MappedInputFields. | 
| UpdateSchemaMappingRequest | withSchemaName(String schemaName)
 The name of the schema. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDescription(String description)
A description of the schema.
description - A description of the schema.public String getDescription()
A description of the schema.
public UpdateSchemaMappingRequest 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 UpdateSchemaMappingRequest 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 UpdateSchemaMappingRequest 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 setSchemaName(String schemaName)
 The name of the schema. There can't be multiple SchemaMappings with the same name.
 
schemaName - The name of the schema. There can't be multiple SchemaMappings with the same name.public String getSchemaName()
 The name of the schema. There can't be multiple SchemaMappings with the same name.
 
SchemaMappings with the same name.public UpdateSchemaMappingRequest withSchemaName(String schemaName)
 The name of the schema. There can't be multiple SchemaMappings with the same name.
 
schemaName - The name of the schema. There can't be multiple SchemaMappings with the same name.public String toString()
toString in class ObjectObject.toString()public UpdateSchemaMappingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()