@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 unsafe content analysis job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identifier for the unsafe content analysis job.
|
String |
toString()
Returns a string representation of this object.
|
StartContentModerationResult |
withJobId(String jobId)
The identifier for the unsafe content analysis job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The identifier for the unsafe content analysis job. Use JobId
to identify the job in a subsequent
call to GetContentModeration
.
jobId
- The identifier for the unsafe content analysis job. Use JobId
to identify the job in a
subsequent call to GetContentModeration
.public String getJobId()
The identifier for the unsafe 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 unsafe content analysis job. Use JobId
to identify the job in a subsequent
call to GetContentModeration
.
jobId
- The identifier for the unsafe content analysis job. Use JobId
to identify the job in a
subsequent call to GetContentModeration
.public String toString()
toString
in class Object
Object.toString()
public StartContentModerationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.