@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessPreviewFindingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAccessPreviewFindingsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPreviewFindingsResult |
clone() |
boolean |
equals(Object obj) |
List<AccessPreviewFinding> |
getFindings()
A list of access preview findings that match the specified filter criteria.
|
String |
getNextToken()
A token used for pagination of results returned.
|
int |
hashCode() |
void |
setFindings(Collection<AccessPreviewFinding> findings)
A list of access preview findings that match the specified filter criteria.
|
void |
setNextToken(String nextToken)
A token used for pagination of results returned.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessPreviewFindingsResult |
withFindings(AccessPreviewFinding... findings)
A list of access preview findings that match the specified filter criteria.
|
ListAccessPreviewFindingsResult |
withFindings(Collection<AccessPreviewFinding> findings)
A list of access preview findings that match the specified filter criteria.
|
ListAccessPreviewFindingsResult |
withNextToken(String nextToken)
A token used for pagination of results returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccessPreviewFinding> getFindings()
A list of access preview findings that match the specified filter criteria.
public void setFindings(Collection<AccessPreviewFinding> findings)
A list of access preview findings that match the specified filter criteria.
findings - A list of access preview findings that match the specified filter criteria.public ListAccessPreviewFindingsResult withFindings(AccessPreviewFinding... findings)
A list of access preview findings that match the specified filter criteria.
NOTE: This method appends the values to the existing list (if any). Use
setFindings(java.util.Collection) or withFindings(java.util.Collection) if you want to override
the existing values.
findings - A list of access preview findings that match the specified filter criteria.public ListAccessPreviewFindingsResult withFindings(Collection<AccessPreviewFinding> findings)
A list of access preview findings that match the specified filter criteria.
findings - A list of access preview findings that match the specified filter criteria.public void setNextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.public String getNextToken()
A token used for pagination of results returned.
public ListAccessPreviewFindingsResult withNextToken(String nextToken)
A token used for pagination of results returned.
nextToken - A token used for pagination of results returned.public String toString()
toString in class ObjectObject.toString()public ListAccessPreviewFindingsResult clone()
Copyright © 2022. All rights reserved.