@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMatchIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMatchIdRequest() |
Modifier and Type | Method and Description |
---|---|
GetMatchIdRequest |
addRecordEntry(String key,
String value)
Add a single Record entry
|
GetMatchIdRequest |
clearRecordEntries()
Removes all the entries added into Record.
|
GetMatchIdRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getApplyNormalization()
Normalizes the attributes defined in the schema in the input data.
|
Map<String,String> |
getRecord()
The record to fetch the Match ID for.
|
String |
getWorkflowName()
The name of the workflow.
|
int |
hashCode() |
Boolean |
isApplyNormalization()
Normalizes the attributes defined in the schema in the input data.
|
void |
setApplyNormalization(Boolean applyNormalization)
Normalizes the attributes defined in the schema in the input data.
|
void |
setRecord(Map<String,String> record)
The record to fetch the Match ID for.
|
void |
setWorkflowName(String workflowName)
The name of the workflow.
|
String |
toString()
Returns a string representation of this object.
|
GetMatchIdRequest |
withApplyNormalization(Boolean applyNormalization)
Normalizes the attributes defined in the schema in the input data.
|
GetMatchIdRequest |
withRecord(Map<String,String> record)
The record to fetch the Match ID for.
|
GetMatchIdRequest |
withWorkflowName(String workflowName)
The name of the workflow.
|
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 setApplyNormalization(Boolean applyNormalization)
Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType
of PHONE_NUMBER
, and the data in the input table is in a format of
1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.
applyNormalization
- Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType
of PHONE_NUMBER
, and the data in the input table is in a format of
1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.public Boolean getApplyNormalization()
Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType
of PHONE_NUMBER
, and the data in the input table is in a format of
1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.
AttributeType
of PHONE_NUMBER
, and the data in the input table is in a format
of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.public GetMatchIdRequest withApplyNormalization(Boolean applyNormalization)
Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType
of PHONE_NUMBER
, and the data in the input table is in a format of
1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.
applyNormalization
- Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType
of PHONE_NUMBER
, and the data in the input table is in a format of
1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.public Boolean isApplyNormalization()
Normalizes the attributes defined in the schema in the input data. For example, if an attribute has an
AttributeType
of PHONE_NUMBER
, and the data in the input table is in a format of
1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.
AttributeType
of PHONE_NUMBER
, and the data in the input table is in a format
of 1234567890, Entity Resolution will normalize this field in the output to (123)-456-7890.public Map<String,String> getRecord()
The record to fetch the Match ID for.
public void setRecord(Map<String,String> record)
The record to fetch the Match ID for.
record
- The record to fetch the Match ID for.public GetMatchIdRequest withRecord(Map<String,String> record)
The record to fetch the Match ID for.
record
- The record to fetch the Match ID for.public GetMatchIdRequest addRecordEntry(String key, String value)
public GetMatchIdRequest clearRecordEntries()
public void setWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String getWorkflowName()
The name of the workflow.
public GetMatchIdRequest withWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String toString()
toString
in class Object
Object.toString()
public GetMatchIdRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()