@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartIdMappingJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartIdMappingJobResult () |
| Modifier and Type | Method and Description |
|---|---|
StartIdMappingJobResult |
clone () |
boolean |
equals (Object obj) |
String |
getJobId ()
The ID of the job.
|
List<IdMappingJobOutputSource> |
getOutputSourceConfig ()
A list of
OutputSource objects. |
int |
hashCode () |
void |
setJobId (String jobId)
The ID of the job.
|
void |
setOutputSourceConfig (Collection<IdMappingJobOutputSource> outputSourceConfig)
A list of
OutputSource objects. |
String |
toString ()
Returns a string representation of this object.
|
StartIdMappingJobResult |
withJobId (String jobId)
The ID of the job.
|
StartIdMappingJobResult |
withOutputSourceConfig (Collection<IdMappingJobOutputSource> outputSourceConfig)
A list of
OutputSource objects. |
StartIdMappingJobResult |
withOutputSourceConfig (IdMappingJobOutputSource... outputSourceConfig)
A list of
OutputSource objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public StartIdMappingJobResult()
public void setJobId(String jobId)
The ID of the job.
jobId - The ID of the job.public String getJobId()
The ID of the job.
public StartIdMappingJobResult withJobId(String jobId)
The ID of the job.
jobId - The ID of the job.public List<IdMappingJobOutputSource> getOutputSourceConfig()
A list of OutputSource objects.
OutputSource objects.public void setOutputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig)
A list of OutputSource objects.
outputSourceConfig - A list of OutputSource objects.public StartIdMappingJobResult withOutputSourceConfig(IdMappingJobOutputSource... outputSourceConfig)
A list of OutputSource objects.
NOTE: This method appends the values to the existing list (if any). Use
setOutputSourceConfig(java.util.Collection) or withOutputSourceConfig(java.util.Collection) if
you want to override the existing values.
outputSourceConfig - A list of OutputSource objects.public StartIdMappingJobResult withOutputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig)
A list of OutputSource objects.
outputSourceConfig - A list of OutputSource objects.public String toString()
toString in class Object Object.toString() public StartIdMappingJobResult clone()