public class AdminListUserAuthEventsResult extends Object implements Serializable
| Constructor and Description |
|---|
AdminListUserAuthEventsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<AuthEventType> |
getAuthEvents()
The response object.
|
String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setAuthEvents(Collection<AuthEventType> authEvents)
The response object.
|
void |
setNextToken(String nextToken)
A pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AdminListUserAuthEventsResult |
withAuthEvents(AuthEventType... authEvents)
The response object.
|
AdminListUserAuthEventsResult |
withAuthEvents(Collection<AuthEventType> authEvents)
The response object.
|
AdminListUserAuthEventsResult |
withNextToken(String nextToken)
A pagination token.
|
public List<AuthEventType> getAuthEvents()
The response object. It includes the EventID,
EventType, CreationDate, EventRisk
, and EventResponse.
The response object. It includes the EventID,
EventType, CreationDate,
EventRisk, and EventResponse.
public void setAuthEvents(Collection<AuthEventType> authEvents)
The response object. It includes the EventID,
EventType, CreationDate, EventRisk
, and EventResponse.
authEvents -
The response object. It includes the EventID,
EventType, CreationDate,
EventRisk, and EventResponse.
public AdminListUserAuthEventsResult withAuthEvents(AuthEventType... authEvents)
The response object. It includes the EventID,
EventType, CreationDate, EventRisk
, and EventResponse.
Returns a reference to this object so that method calls can be chained together.
authEvents -
The response object. It includes the EventID,
EventType, CreationDate,
EventRisk, and EventResponse.
public AdminListUserAuthEventsResult withAuthEvents(Collection<AuthEventType> authEvents)
The response object. It includes the EventID,
EventType, CreationDate, EventRisk
, and EventResponse.
Returns a reference to this object so that method calls can be chained together.
authEvents -
The response object. It includes the EventID,
EventType, CreationDate,
EventRisk, and EventResponse.
public String getNextToken()
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
A pagination token.
public void setNextToken(String nextToken)
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - A pagination token.
public AdminListUserAuthEventsResult withNextToken(String nextToken)
A pagination token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken - A pagination token.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.