@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 that the
GetEvidenceByEvidenceFolder API returned. |
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setEvidence(Collection<Evidence> evidence)
The list of evidence that the
GetEvidenceByEvidenceFolder API returned. |
void |
setNextToken(String nextToken)
The pagination token that's 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 that the
GetEvidenceByEvidenceFolder API returned. |
GetEvidenceByEvidenceFolderResult |
withEvidence(Evidence... evidence)
The list of evidence that the
GetEvidenceByEvidenceFolder API returned. |
GetEvidenceByEvidenceFolderResult |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Evidence> getEvidence()
The list of evidence that the GetEvidenceByEvidenceFolder
API returned.
GetEvidenceByEvidenceFolder
API returned.public void setEvidence(Collection<Evidence> evidence)
The list of evidence that the GetEvidenceByEvidenceFolder
API returned.
evidence
- The list of evidence that the GetEvidenceByEvidenceFolder
API returned.public GetEvidenceByEvidenceFolderResult withEvidence(Evidence... evidence)
The list of evidence that the GetEvidenceByEvidenceFolder
API returned.
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 that the GetEvidenceByEvidenceFolder
API returned.public GetEvidenceByEvidenceFolderResult withEvidence(Collection<Evidence> evidence)
The list of evidence that the GetEvidenceByEvidenceFolder
API returned.
evidence
- The list of evidence that the GetEvidenceByEvidenceFolder
API returned.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public GetEvidenceByEvidenceFolderResult withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String toString()
toString
in class Object
Object.toString()
public GetEvidenceByEvidenceFolderResult clone()