@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDetectorVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDetectorVersionResult() |
Modifier and Type | Method and Description |
---|---|
GetDetectorVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The detector version ARN.
|
String |
getCreatedTime()
The timestamp when the detector version was created.
|
String |
getDescription()
The detector version description.
|
String |
getDetectorId()
The detector ID.
|
String |
getDetectorVersionId()
The detector version ID.
|
List<String> |
getExternalModelEndpoints()
The Amazon SageMaker model endpoints included in the detector version.
|
String |
getLastUpdatedTime()
The timestamp when the detector version was last updated.
|
List<ModelVersion> |
getModelVersions()
The model versions included in the detector version.
|
String |
getRuleExecutionMode()
The execution mode of the rule in the dectector
|
List<Rule> |
getRules()
The rules included in the detector version.
|
String |
getStatus()
The status of the detector version.
|
int |
hashCode() |
void |
setArn(String arn)
The detector version ARN.
|
void |
setCreatedTime(String createdTime)
The timestamp when the detector version was created.
|
void |
setDescription(String description)
The detector version description.
|
void |
setDetectorId(String detectorId)
The detector ID.
|
void |
setDetectorVersionId(String detectorVersionId)
The detector version ID.
|
void |
setExternalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
The timestamp when the detector version was last updated.
|
void |
setModelVersions(Collection<ModelVersion> modelVersions)
The model versions included in the detector version.
|
void |
setRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule in the dectector
|
void |
setRules(Collection<Rule> rules)
The rules included in the detector version.
|
void |
setStatus(String status)
The status of the detector version.
|
String |
toString()
Returns a string representation of this object.
|
GetDetectorVersionResult |
withArn(String arn)
The detector version ARN.
|
GetDetectorVersionResult |
withCreatedTime(String createdTime)
The timestamp when the detector version was created.
|
GetDetectorVersionResult |
withDescription(String description)
The detector version description.
|
GetDetectorVersionResult |
withDetectorId(String detectorId)
The detector ID.
|
GetDetectorVersionResult |
withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
GetDetectorVersionResult |
withExternalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
|
GetDetectorVersionResult |
withExternalModelEndpoints(String... externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
|
GetDetectorVersionResult |
withLastUpdatedTime(String lastUpdatedTime)
The timestamp when the detector version was last updated.
|
GetDetectorVersionResult |
withModelVersions(Collection<ModelVersion> modelVersions)
The model versions included in the detector version.
|
GetDetectorVersionResult |
withModelVersions(ModelVersion... modelVersions)
The model versions included in the detector version.
|
GetDetectorVersionResult |
withRuleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule in the dectector
|
GetDetectorVersionResult |
withRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule in the dectector
|
GetDetectorVersionResult |
withRules(Collection<Rule> rules)
The rules included in the detector version.
|
GetDetectorVersionResult |
withRules(Rule... rules)
The rules included in the detector version.
|
GetDetectorVersionResult |
withStatus(DetectorVersionStatus status)
The status of the detector version.
|
GetDetectorVersionResult |
withStatus(String status)
The status of the detector version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public String getDetectorId()
The detector ID.
public GetDetectorVersionResult withDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public void setDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public String getDetectorVersionId()
The detector version ID.
public GetDetectorVersionResult withDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public void setDescription(String description)
The detector version description.
description
- The detector version description.public String getDescription()
The detector version description.
public GetDetectorVersionResult withDescription(String description)
The detector version description.
description
- The detector version description.public List<String> getExternalModelEndpoints()
The Amazon SageMaker model endpoints included in the detector version.
public void setExternalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
externalModelEndpoints
- The Amazon SageMaker model endpoints included in the detector version.public GetDetectorVersionResult withExternalModelEndpoints(String... externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
NOTE: This method appends the values to the existing list (if any). Use
setExternalModelEndpoints(java.util.Collection)
or
withExternalModelEndpoints(java.util.Collection)
if you want to override the existing values.
externalModelEndpoints
- The Amazon SageMaker model endpoints included in the detector version.public GetDetectorVersionResult withExternalModelEndpoints(Collection<String> externalModelEndpoints)
The Amazon SageMaker model endpoints included in the detector version.
externalModelEndpoints
- The Amazon SageMaker model endpoints included in the detector version.public List<ModelVersion> getModelVersions()
The model versions included in the detector version.
public void setModelVersions(Collection<ModelVersion> modelVersions)
The model versions included in the detector version.
modelVersions
- The model versions included in the detector version.public GetDetectorVersionResult withModelVersions(ModelVersion... modelVersions)
The model versions included in the detector version.
NOTE: This method appends the values to the existing list (if any). Use
setModelVersions(java.util.Collection)
or withModelVersions(java.util.Collection)
if you want
to override the existing values.
modelVersions
- The model versions included in the detector version.public GetDetectorVersionResult withModelVersions(Collection<ModelVersion> modelVersions)
The model versions included in the detector version.
modelVersions
- The model versions included in the detector version.public List<Rule> getRules()
The rules included in the detector version.
public void setRules(Collection<Rule> rules)
The rules included in the detector version.
rules
- The rules included in the detector version.public GetDetectorVersionResult withRules(Rule... rules)
The rules included in the detector version.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- The rules included in the detector version.public GetDetectorVersionResult withRules(Collection<Rule> rules)
The rules included in the detector version.
rules
- The rules included in the detector version.public void setStatus(String status)
The status of the detector version.
status
- The status of the detector version.DetectorVersionStatus
public String getStatus()
The status of the detector version.
DetectorVersionStatus
public GetDetectorVersionResult withStatus(String status)
The status of the detector version.
status
- The status of the detector version.DetectorVersionStatus
public GetDetectorVersionResult withStatus(DetectorVersionStatus status)
The status of the detector version.
status
- The status of the detector version.DetectorVersionStatus
public void setLastUpdatedTime(String lastUpdatedTime)
The timestamp when the detector version was last updated.
lastUpdatedTime
- The timestamp when the detector version was last updated.public String getLastUpdatedTime()
The timestamp when the detector version was last updated.
public GetDetectorVersionResult withLastUpdatedTime(String lastUpdatedTime)
The timestamp when the detector version was last updated.
lastUpdatedTime
- The timestamp when the detector version was last updated.public void setCreatedTime(String createdTime)
The timestamp when the detector version was created.
createdTime
- The timestamp when the detector version was created.public String getCreatedTime()
The timestamp when the detector version was created.
public GetDetectorVersionResult withCreatedTime(String createdTime)
The timestamp when the detector version was created.
createdTime
- The timestamp when the detector version was created.public void setRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule in the dectector
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates rules sequentially, first to last,
stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes for
all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft
status.
ruleExecutionMode
- The execution mode of the rule in the dectector
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates rules sequentially, first to
last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that
single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes
for all matched rules. You can define and edit the rule mode at the detector version level, when it is in
draft status.
RuleExecutionMode
public String getRuleExecutionMode()
The execution mode of the rule in the dectector
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates rules sequentially, first to last,
stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes for
all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft
status.
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates rules sequentially, first to
last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that
single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all rules and returns the
outcomes for all matched rules. You can define and edit the rule mode at the detector version level, when
it is in draft status.
RuleExecutionMode
public GetDetectorVersionResult withRuleExecutionMode(String ruleExecutionMode)
The execution mode of the rule in the dectector
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates rules sequentially, first to last,
stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes for
all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft
status.
ruleExecutionMode
- The execution mode of the rule in the dectector
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates rules sequentially, first to
last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that
single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes
for all matched rules. You can define and edit the rule mode at the detector version level, when it is in
draft status.
RuleExecutionMode
public GetDetectorVersionResult withRuleExecutionMode(RuleExecutionMode ruleExecutionMode)
The execution mode of the rule in the dectector
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates rules sequentially, first to last,
stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes for
all matched rules. You can define and edit the rule mode at the detector version level, when it is in draft
status.
ruleExecutionMode
- The execution mode of the rule in the dectector
FIRST_MATCHED
indicates that Amazon Fraud Detector evaluates rules sequentially, first to
last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that
single rule.
ALL_MATCHED
indicates that Amazon Fraud Detector evaluates all rules and returns the outcomes
for all matched rules. You can define and edit the rule mode at the detector version level, when it is in
draft status.
RuleExecutionMode
public void setArn(String arn)
The detector version ARN.
arn
- The detector version ARN.public String getArn()
The detector version ARN.
public GetDetectorVersionResult withArn(String arn)
The detector version ARN.
arn
- The detector version ARN.public String toString()
toString
in class Object
Object.toString()
public GetDetectorVersionResult clone()