@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSchemaMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSchemaMappingRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSchemaMappingRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSchemaMappingRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSchemaMappingRequest |
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.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
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.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateSchemaMappingRequest |
withDescription(String description)
A description of the schema.
|
CreateSchemaMappingRequest |
withMappedInputFields(Collection<SchemaInputAttribute> mappedInputFields)
A list of
MappedInputFields . |
CreateSchemaMappingRequest |
withMappedInputFields(SchemaInputAttribute... mappedInputFields)
A list of
MappedInputFields . |
CreateSchemaMappingRequest |
withSchemaName(String schemaName)
The name of the schema.
|
CreateSchemaMappingRequest |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
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, withSdkRequestTimeout
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 CreateSchemaMappingRequest 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 CreateSchemaMappingRequest 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 CreateSchemaMappingRequest 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 CreateSchemaMappingRequest 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 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 CreateSchemaMappingRequest 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 CreateSchemaMappingRequest addTagsEntry(String key, String value)
public CreateSchemaMappingRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateSchemaMappingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()