@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDetectorModelVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDetectorModelVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListDetectorModelVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<DetectorModelVersionSummary> |
getDetectorModelVersionSummaries()
Summary information about the detector model versions.
|
String |
getNextToken()
A token to retrieve the next set of results, or
null if there are no additional results. |
int |
hashCode() |
void |
setDetectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
|
void |
setNextToken(String nextToken)
A token to retrieve the next set of results, or
null if there are no additional results. |
String |
toString()
Returns a string representation of this object.
|
ListDetectorModelVersionsResult |
withDetectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
|
ListDetectorModelVersionsResult |
withDetectorModelVersionSummaries(DetectorModelVersionSummary... detectorModelVersionSummaries)
Summary information about the detector model versions.
|
ListDetectorModelVersionsResult |
withNextToken(String nextToken)
A token to retrieve the next set of results, or
null if there are no additional results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DetectorModelVersionSummary> getDetectorModelVersionSummaries()
Summary information about the detector model versions.
public void setDetectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
detectorModelVersionSummaries
- Summary information about the detector model versions.public ListDetectorModelVersionsResult withDetectorModelVersionSummaries(DetectorModelVersionSummary... detectorModelVersionSummaries)
Summary information about the detector model versions.
NOTE: This method appends the values to the existing list (if any). Use
setDetectorModelVersionSummaries(java.util.Collection)
or
withDetectorModelVersionSummaries(java.util.Collection)
if you want to override the existing values.
detectorModelVersionSummaries
- Summary information about the detector model versions.public ListDetectorModelVersionsResult withDetectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
detectorModelVersionSummaries
- Summary information about the detector model versions.public void setNextToken(String nextToken)
A token to retrieve the next set of results, or null
if there are no additional results.
nextToken
- A token to retrieve the next set of results, or null
if there are no additional results.public String getNextToken()
A token to retrieve the next set of results, or null
if there are no additional results.
null
if there are no additional results.public ListDetectorModelVersionsResult withNextToken(String nextToken)
A token to retrieve the next set of results, or null
if there are no additional results.
nextToken
- A token to retrieve the next set of results, or null
if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListDetectorModelVersionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.