@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDetectorModelsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListDetectorModelsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDetectorModelsResult |
clone() |
boolean |
equals(Object obj) |
List<DetectorModelSummary> |
getDetectorModelSummaries()
Summary information about the detector models.
|
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 |
setDetectorModelSummaries(Collection<DetectorModelSummary> detectorModelSummaries)
Summary information about the detector models.
|
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.
|
ListDetectorModelsResult |
withDetectorModelSummaries(Collection<DetectorModelSummary> detectorModelSummaries)
Summary information about the detector models.
|
ListDetectorModelsResult |
withDetectorModelSummaries(DetectorModelSummary... detectorModelSummaries)
Summary information about the detector models.
|
ListDetectorModelsResult |
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, setSdkResponseMetadatapublic List<DetectorModelSummary> getDetectorModelSummaries()
Summary information about the detector models.
public void setDetectorModelSummaries(Collection<DetectorModelSummary> detectorModelSummaries)
Summary information about the detector models.
detectorModelSummaries - Summary information about the detector models.public ListDetectorModelsResult withDetectorModelSummaries(DetectorModelSummary... detectorModelSummaries)
Summary information about the detector models.
NOTE: This method appends the values to the existing list (if any). Use
setDetectorModelSummaries(java.util.Collection) or
withDetectorModelSummaries(java.util.Collection) if you want to override the existing values.
detectorModelSummaries - Summary information about the detector models.public ListDetectorModelsResult withDetectorModelSummaries(Collection<DetectorModelSummary> detectorModelSummaries)
Summary information about the detector models.
detectorModelSummaries - Summary information about the detector models.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 ListDetectorModelsResult 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 ObjectObject.toString()public ListDetectorModelsResult clone()