public class StartContentModerationResult extends Object implements Serializable
Constructor and Description |
---|
StartContentModerationResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getJobId()
The identifier for the content moderation analysis job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identifier for the content moderation analysis job.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartContentModerationResult |
withJobId(String jobId)
The identifier for the content moderation analysis job.
|
public String getJobId()
The identifier for the content moderation analysis job. Use
JobId
to identify the job in a subsequent call to
GetContentModeration
.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
The identifier for the content moderation analysis job. Use
JobId
to identify the job in a subsequent call to
GetContentModeration
.
public void setJobId(String jobId)
The identifier for the content moderation analysis job. Use
JobId
to identify the job in a subsequent call to
GetContentModeration
.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
jobId
-
The identifier for the content moderation analysis job. Use
JobId
to identify the job in a subsequent call to
GetContentModeration
.
public StartContentModerationResult withJobId(String jobId)
The identifier for the content moderation analysis job. Use
JobId
to identify the job in a subsequent call to
GetContentModeration
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
jobId
-
The identifier for the content moderation analysis job. Use
JobId
to identify the job in a subsequent call to
GetContentModeration
.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.