@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDetectorModelAnalysisResultsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDetectorModelAnalysisResultsResult() |
Modifier and Type | Method and Description |
---|---|
GetDetectorModelAnalysisResultsResult |
clone() |
boolean |
equals(Object obj) |
List<AnalysisResult> |
getAnalysisResults()
Contains information about one or more analysis results.
|
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 |
setAnalysisResults(Collection<AnalysisResult> analysisResults)
Contains information about one or more analysis results.
|
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.
|
GetDetectorModelAnalysisResultsResult |
withAnalysisResults(AnalysisResult... analysisResults)
Contains information about one or more analysis results.
|
GetDetectorModelAnalysisResultsResult |
withAnalysisResults(Collection<AnalysisResult> analysisResults)
Contains information about one or more analysis results.
|
GetDetectorModelAnalysisResultsResult |
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 GetDetectorModelAnalysisResultsResult()
public List<AnalysisResult> getAnalysisResults()
Contains information about one or more analysis results.
public void setAnalysisResults(Collection<AnalysisResult> analysisResults)
Contains information about one or more analysis results.
analysisResults
- Contains information about one or more analysis results.public GetDetectorModelAnalysisResultsResult withAnalysisResults(AnalysisResult... analysisResults)
Contains information about one or more analysis results.
NOTE: This method appends the values to the existing list (if any). Use
setAnalysisResults(java.util.Collection)
or withAnalysisResults(java.util.Collection)
if you
want to override the existing values.
analysisResults
- Contains information about one or more analysis results.public GetDetectorModelAnalysisResultsResult withAnalysisResults(Collection<AnalysisResult> analysisResults)
Contains information about one or more analysis results.
analysisResults
- Contains information about one or more analysis results.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 GetDetectorModelAnalysisResultsResult 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 GetDetectorModelAnalysisResultsResult clone()