@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() |
boolean |
equals(Object obj) |
Map<String,String> |
getRecord()
The record to fetch the Match ID for.
|
String |
getWorkflowName()
The name of the workflow.
|
int |
hashCode() |
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 |
withRecord(Map<String,String> record)
The record to fetch the Match ID for.
|
GetMatchIdRequest |
withWorkflowName(String workflowName)
The name of the workflow.
|
addHandlerContext, copyBaseTo, 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 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 ObjectObject.toString()public GetMatchIdRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.