@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartContentModerationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartContentModerationResult() |
| Modifier and Type | Method and Description |
|---|---|
StartContentModerationResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The identifier for the content analysis job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identifier for the content analysis job.
|
String |
toString()
Returns a string representation of this object.
|
StartContentModerationResult |
withJobId(String jobId)
The identifier for the content analysis job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
The identifier for the content analysis job. Use JobId to identify the job in a subsequent call to
GetContentModeration.
jobId - The identifier for the content analysis job. Use JobId to identify the job in a subsequent
call to GetContentModeration.public String getJobId()
The identifier for the content analysis job. Use JobId to identify the job in a subsequent call to
GetContentModeration.
JobId to identify the job in a subsequent
call to GetContentModeration.public StartContentModerationResult withJobId(String jobId)
The identifier for the content analysis job. Use JobId to identify the job in a subsequent call to
GetContentModeration.
jobId - The identifier for the content analysis job. Use JobId to identify the job in a subsequent
call to GetContentModeration.public String toString()
toString in class ObjectObject.toString()public StartContentModerationResult clone()