@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchAnalysesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchAnalysesResult() |
Modifier and Type | Method and Description |
---|---|
SearchAnalysesResult |
clone() |
boolean |
equals(Object obj) |
List<AnalysisSummary> |
getAnalysisSummaryList()
Metadata describing the analyses that you searched for.
|
String |
getNextToken()
A pagination token that can be used in a subsequent request.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
|
void |
setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
SearchAnalysesResult |
withAnalysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing the analyses that you searched for.
|
SearchAnalysesResult |
withAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
|
SearchAnalysesResult |
withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
SearchAnalysesResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
SearchAnalysesResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AnalysisSummary> getAnalysisSummaryList()
Metadata describing the analyses that you searched for.
public void setAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
analysisSummaryList
- Metadata describing the analyses that you searched for.public SearchAnalysesResult withAnalysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing the analyses that you searched for.
NOTE: This method appends the values to the existing list (if any). Use
setAnalysisSummaryList(java.util.Collection)
or withAnalysisSummaryList(java.util.Collection)
if you want to override the existing values.
analysisSummaryList
- Metadata describing the analyses that you searched for.public SearchAnalysesResult withAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing the analyses that you searched for.
analysisSummaryList
- Metadata describing the analyses that you searched for.public void setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.public String getNextToken()
A pagination token that can be used in a subsequent request.
public SearchAnalysesResult withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public SearchAnalysesResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public SearchAnalysesResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public SearchAnalysesResult clone()