@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptPredictionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AcceptPredictionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
AcceptPredictionsRequest |
clone() |
boolean |
equals(Object obj) |
List<AcceptChoice> |
getAcceptChoices()
|
AcceptRule |
getAcceptRule()
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
String |
getClientToken()
A unique, case-sensitive identifier to ensure idempotency of the request.
|
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain.
|
String |
getIdentifier()
|
String |
getRevision()
|
int |
hashCode() |
void |
setAcceptChoices(Collection<AcceptChoice> acceptChoices)
|
void |
setAcceptRule(AcceptRule acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
void |
setIdentifier(String identifier)
|
void |
setRevision(String revision)
|
String |
toString()
Returns a string representation of this object.
|
AcceptPredictionsRequest |
withAcceptChoices(AcceptChoice... acceptChoices)
|
AcceptPredictionsRequest |
withAcceptChoices(Collection<AcceptChoice> acceptChoices)
|
AcceptPredictionsRequest |
withAcceptRule(AcceptRule acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
|
AcceptPredictionsRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request.
|
AcceptPredictionsRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
AcceptPredictionsRequest |
withIdentifier(String identifier)
|
AcceptPredictionsRequest |
withRevision(String revision)
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<AcceptChoice> getAcceptChoices()
public void setAcceptChoices(Collection<AcceptChoice> acceptChoices)
acceptChoices - public AcceptPredictionsRequest withAcceptChoices(AcceptChoice... acceptChoices)
NOTE: This method appends the values to the existing list (if any). Use
setAcceptChoices(java.util.Collection) or withAcceptChoices(java.util.Collection) if you want
to override the existing values.
acceptChoices - public AcceptPredictionsRequest withAcceptChoices(Collection<AcceptChoice> acceptChoices)
acceptChoices - public void setAcceptRule(AcceptRule acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
acceptRule - Specifies the rule (or the conditions) under which a prediction can be accepted.public AcceptRule getAcceptRule()
Specifies the rule (or the conditions) under which a prediction can be accepted.
public AcceptPredictionsRequest withAcceptRule(AcceptRule acceptRule)
Specifies the rule (or the conditions) under which a prediction can be accepted.
acceptRule - Specifies the rule (or the conditions) under which a prediction can be accepted.public void setClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
clientToken - A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically
populated if not provided.public String getClientToken()
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
public AcceptPredictionsRequest withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
clientToken - A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically
populated if not provided.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 AcceptPredictionsRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier - The identifier of the Amazon DataZone domain.public void setIdentifier(String identifier)
identifier - public String getIdentifier()
public AcceptPredictionsRequest withIdentifier(String identifier)
identifier - public void setRevision(String revision)
revision - public String getRevision()
public AcceptPredictionsRequest withRevision(String revision)
revision - public String toString()
toString in class ObjectObject.toString()public AcceptPredictionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.