@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()
The token that you can use to return the next set of results, or
null if there are no more results. |
int |
hashCode() |
void |
setDetectorModelVersionSummaries(Collection<DetectorModelVersionSummary> detectorModelVersionSummaries)
Summary information about the detector model versions.
|
void |
setNextToken(String nextToken)
The token that you can use to return the next set of results, or
null if there are no more 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)
The token that you can use to return the next set of results, or
null if there are no more 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)
The token that you can use to return the next set of results, or null
if there are no more results.
nextToken
- The token that you can use to return the next set of results, or null
if there are no more
results.public String getNextToken()
The token that you can use to return the next set of results, or null
if there are no more results.
null
if there are no more
results.public ListDetectorModelVersionsResult withNextToken(String nextToken)
The token that you can use to return the next set of results, or null
if there are no more results.
nextToken
- The token that you can use to return the next set of results, or null
if there are no more
results.public String toString()
toString
in class Object
Object.toString()
public ListDetectorModelVersionsResult clone()