@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindMatchesTaskRunProperties extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration properties for a Find Matches task run.
Constructor and Description |
---|
FindMatchesTaskRunProperties() |
Modifier and Type | Method and Description |
---|---|
FindMatchesTaskRunProperties |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The job ID for the Find Matches task run.
|
String |
getJobName()
The name assigned to the job for the Find Matches task run.
|
String |
getJobRunId()
The job run ID for the Find Matches task run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobId(String jobId)
The job ID for the Find Matches task run.
|
void |
setJobName(String jobName)
The name assigned to the job for the Find Matches task run.
|
void |
setJobRunId(String jobRunId)
The job run ID for the Find Matches task run.
|
String |
toString()
Returns a string representation of this object.
|
FindMatchesTaskRunProperties |
withJobId(String jobId)
The job ID for the Find Matches task run.
|
FindMatchesTaskRunProperties |
withJobName(String jobName)
The name assigned to the job for the Find Matches task run.
|
FindMatchesTaskRunProperties |
withJobRunId(String jobRunId)
The job run ID for the Find Matches task run.
|
public void setJobId(String jobId)
The job ID for the Find Matches task run.
jobId
- The job ID for the Find Matches task run.public String getJobId()
The job ID for the Find Matches task run.
public FindMatchesTaskRunProperties withJobId(String jobId)
The job ID for the Find Matches task run.
jobId
- The job ID for the Find Matches task run.public void setJobName(String jobName)
The name assigned to the job for the Find Matches task run.
jobName
- The name assigned to the job for the Find Matches task run.public String getJobName()
The name assigned to the job for the Find Matches task run.
public FindMatchesTaskRunProperties withJobName(String jobName)
The name assigned to the job for the Find Matches task run.
jobName
- The name assigned to the job for the Find Matches task run.public void setJobRunId(String jobRunId)
The job run ID for the Find Matches task run.
jobRunId
- The job run ID for the Find Matches task run.public String getJobRunId()
The job run ID for the Find Matches task run.
public FindMatchesTaskRunProperties withJobRunId(String jobRunId)
The job run ID for the Find Matches task run.
jobRunId
- The job run ID for the Find Matches task run.public String toString()
toString
in class Object
Object.toString()
public FindMatchesTaskRunProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.