@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEvidenceByEvidenceFolderResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEvidenceByEvidenceFolderResult() |
Modifier and Type | Method and Description |
---|---|
GetEvidenceByEvidenceFolderResult |
clone() |
boolean |
equals(Object obj) |
List<Evidence> |
getEvidence()
The list of evidence returned by the
GetEvidenceByEvidenceFolder API. |
String |
getNextToken()
The pagination token used to fetch the next set of results.
|
int |
hashCode() |
void |
setEvidence(Collection<Evidence> evidence)
The list of evidence returned by the
GetEvidenceByEvidenceFolder API. |
void |
setNextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
GetEvidenceByEvidenceFolderResult |
withEvidence(Collection<Evidence> evidence)
The list of evidence returned by the
GetEvidenceByEvidenceFolder API. |
GetEvidenceByEvidenceFolderResult |
withEvidence(Evidence... evidence)
The list of evidence returned by the
GetEvidenceByEvidenceFolder API. |
GetEvidenceByEvidenceFolderResult |
withNextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Evidence> getEvidence()
The list of evidence returned by the GetEvidenceByEvidenceFolder
API.
GetEvidenceByEvidenceFolder
API.public void setEvidence(Collection<Evidence> evidence)
The list of evidence returned by the GetEvidenceByEvidenceFolder
API.
evidence
- The list of evidence returned by the GetEvidenceByEvidenceFolder
API.public GetEvidenceByEvidenceFolderResult withEvidence(Evidence... evidence)
The list of evidence returned by the GetEvidenceByEvidenceFolder
API.
NOTE: This method appends the values to the existing list (if any). Use
setEvidence(java.util.Collection)
or withEvidence(java.util.Collection)
if you want to override
the existing values.
evidence
- The list of evidence returned by the GetEvidenceByEvidenceFolder
API.public GetEvidenceByEvidenceFolderResult withEvidence(Collection<Evidence> evidence)
The list of evidence returned by the GetEvidenceByEvidenceFolder
API.
evidence
- The list of evidence returned by the GetEvidenceByEvidenceFolder
API.public void setNextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken
- The pagination token used to fetch the next set of results.public String getNextToken()
The pagination token used to fetch the next set of results.
public GetEvidenceByEvidenceFolderResult withNextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken
- The pagination token used to fetch the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetEvidenceByEvidenceFolderResult clone()