@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectPredictionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RejectPredictionsRequest() |
Modifier and Type | Method and Description |
---|---|
RejectPredictionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain.
|
String |
getIdentifier()
The identifier of the prediction.
|
List<RejectChoice> |
getRejectChoices()
|
RejectRule |
getRejectRule()
|
String |
getRevision()
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
void |
setIdentifier(String identifier)
The identifier of the prediction.
|
void |
setRejectChoices(Collection<RejectChoice> rejectChoices)
|
void |
setRejectRule(RejectRule rejectRule)
|
void |
setRevision(String revision)
|
String |
toString()
Returns a string representation of this object.
|
RejectPredictionsRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
RejectPredictionsRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
RejectPredictionsRequest |
withIdentifier(String identifier)
The identifier of the prediction.
|
RejectPredictionsRequest |
withRejectChoices(Collection<RejectChoice> rejectChoices)
|
RejectPredictionsRequest |
withRejectChoices(RejectChoice... rejectChoices)
|
RejectPredictionsRequest |
withRejectRule(RejectRule rejectRule)
|
RejectPredictionsRequest |
withRevision(String revision)
|
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 void setClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public RejectPredictionsRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.public void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier
- The identifier of the Amazon DataZone domain.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain.
public RejectPredictionsRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier
- The identifier of the Amazon DataZone domain.public void setIdentifier(String identifier)
The identifier of the prediction.
identifier
- The identifier of the prediction.public String getIdentifier()
The identifier of the prediction.
public RejectPredictionsRequest withIdentifier(String identifier)
The identifier of the prediction.
identifier
- The identifier of the prediction.public List<RejectChoice> getRejectChoices()
public void setRejectChoices(Collection<RejectChoice> rejectChoices)
rejectChoices
- public RejectPredictionsRequest withRejectChoices(RejectChoice... rejectChoices)
NOTE: This method appends the values to the existing list (if any). Use
setRejectChoices(java.util.Collection)
or withRejectChoices(java.util.Collection)
if you want
to override the existing values.
rejectChoices
- public RejectPredictionsRequest withRejectChoices(Collection<RejectChoice> rejectChoices)
rejectChoices
- public void setRejectRule(RejectRule rejectRule)
rejectRule
- public RejectRule getRejectRule()
public RejectPredictionsRequest withRejectRule(RejectRule rejectRule)
rejectRule
- public void setRevision(String revision)
revision
- public String getRevision()
public RejectPredictionsRequest withRevision(String revision)
revision
- public String toString()
toString
in class Object
Object.toString()
public RejectPredictionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()