@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFraudstersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListFraudstersResult() |
| Modifier and Type | Method and Description |
|---|---|
ListFraudstersResult |
clone() |
boolean |
equals(Object obj) |
List<FraudsterSummary> |
getFraudsterSummaries()
A list that contains details about each fraudster in the Amazon Web Services account.
|
String |
getNextToken()
If
NextToken is returned, there are more results available. |
int |
hashCode() |
void |
setFraudsterSummaries(Collection<FraudsterSummary> fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
|
void |
setNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListFraudstersResult |
withFraudsterSummaries(Collection<FraudsterSummary> fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
|
ListFraudstersResult |
withFraudsterSummaries(FraudsterSummary... fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
|
ListFraudstersResult |
withNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<FraudsterSummary> getFraudsterSummaries()
A list that contains details about each fraudster in the Amazon Web Services account.
public void setFraudsterSummaries(Collection<FraudsterSummary> fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
fraudsterSummaries - A list that contains details about each fraudster in the Amazon Web Services account.public ListFraudstersResult withFraudsterSummaries(FraudsterSummary... fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
NOTE: This method appends the values to the existing list (if any). Use
setFraudsterSummaries(java.util.Collection) or withFraudsterSummaries(java.util.Collection) if
you want to override the existing values.
fraudsterSummaries - A list that contains details about each fraudster in the Amazon Web Services account.public ListFraudstersResult withFraudsterSummaries(Collection<FraudsterSummary> fraudsterSummaries)
A list that contains details about each fraudster in the Amazon Web Services account.
fraudsterSummaries - A list that contains details about each fraudster in the Amazon Web Services account.public void setNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken - If NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public String getNextToken()
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public ListFraudstersResult withNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken - If NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours.public String toString()
toString in class ObjectObject.toString()public ListFraudstersResult clone()