@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnalysesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAnalysesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAnalysesResult |
clone() |
boolean |
equals(Object obj) |
List<AnalysisSummary> |
getAnalysisSummaryList()
Metadata describing each of the analyses that are listed.
|
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 each of the analyses that are listed.
|
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.
|
ListAnalysesResult |
withAnalysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
ListAnalysesResult |
withAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing each of the analyses that are listed.
|
ListAnalysesResult |
withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListAnalysesResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
ListAnalysesResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AnalysisSummary> getAnalysisSummaryList()
Metadata describing each of the analyses that are listed.
public void setAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing each of the analyses that are listed.
analysisSummaryList - Metadata describing each of the analyses that are listed.public ListAnalysesResult withAnalysisSummaryList(AnalysisSummary... analysisSummaryList)
Metadata describing each of the analyses that are listed.
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 each of the analyses that are listed.public ListAnalysesResult withAnalysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)
Metadata describing each of the analyses that are listed.
analysisSummaryList - Metadata describing each of the analyses that are listed.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 ListAnalysesResult 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 ListAnalysesResult 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 ListAnalysesResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.public String toString()
toString in class ObjectObject.toString()public ListAnalysesResult clone()