@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTopicsDetectionJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DescribeTopicsDetectionJobRequest () |
| Modifier and Type | Method and Description |
|---|---|
DescribeTopicsDetectionJobRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getJobId ()
The identifier assigned by the user to the detection job.
|
int |
hashCode () |
void |
setJobId (String jobId)
The identifier assigned by the user to the detection job.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeTopicsDetectionJobRequest |
withJobId (String jobId)
The identifier assigned by the user to the detection job.
|
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 DescribeTopicsDetectionJobRequest()
public void setJobId(String jobId)
The identifier assigned by the user to the detection job.
jobId - The identifier assigned by the user to the detection job.public String getJobId()
The identifier assigned by the user to the detection job.
public DescribeTopicsDetectionJobRequest withJobId(String jobId)
The identifier assigned by the user to the detection job.
jobId - The identifier assigned by the user to the detection job.public String toString()
toString in class Object Object.toString() public DescribeTopicsDetectionJobRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()