@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 |
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.
|
List<Rule> |
getRules()
The rules included in the detector version.
|
String |
getStatus()
The status of the detector version.
|
int |
hashCode() |
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 |
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 |
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 |
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 String toString()
toString
in class Object
Object.toString()
public GetDetectorVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.