@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminListUserAuthEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AdminListUserAuthEventsResult() |
| Modifier and Type | Method and Description |
|---|---|
AdminListUserAuthEventsResult |
clone() |
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.
|
AdminListUserAuthEventsResult |
withAuthEvents(AuthEventType... authEvents)
The response object.
|
AdminListUserAuthEventsResult |
withAuthEvents(Collection<AuthEventType> authEvents)
The response object.
|
AdminListUserAuthEventsResult |
withNextToken(String nextToken)
A pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AuthEventType> getAuthEvents()
The response object. It includes the EventID, EventType, CreationDate,
EventRisk, and EventResponse.
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.
NOTE: This method appends the values to the existing list (if any). Use
setAuthEvents(java.util.Collection) or withAuthEvents(java.util.Collection) if you want to
override the existing values.
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.
authEvents - The response object. It includes the EventID, EventType,
CreationDate, EventRisk, and EventResponse.public void setNextToken(String nextToken)
A pagination token.
nextToken - A pagination token.public String getNextToken()
A pagination token.
public AdminListUserAuthEventsResult withNextToken(String nextToken)
A pagination token.
nextToken - A pagination token.public String toString()
toString in class ObjectObject.toString()public AdminListUserAuthEventsResult clone()