@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthEventType extends Object implements Serializable, Cloneable, StructuredPojo
The authentication event type.
| Constructor and Description |
|---|
AuthEventType() |
| Modifier and Type | Method and Description |
|---|---|
AuthEventType |
clone() |
boolean |
equals(Object obj) |
List<ChallengeResponseType> |
getChallengeResponses()
The challenge responses.
|
Date |
getCreationDate()
The creation date
|
EventContextDataType |
getEventContextData()
The user context data captured at the time of an event request.
|
EventFeedbackType |
getEventFeedback()
A flag specifying the user feedback captured at the time of an event request is good or bad.
|
String |
getEventId()
The event ID.
|
String |
getEventResponse()
The event response.
|
EventRiskType |
getEventRisk()
The event risk.
|
String |
getEventType()
The event type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
|
void |
setCreationDate(Date creationDate)
The creation date
|
void |
setEventContextData(EventContextDataType eventContextData)
The user context data captured at the time of an event request.
|
void |
setEventFeedback(EventFeedbackType eventFeedback)
A flag specifying the user feedback captured at the time of an event request is good or bad.
|
void |
setEventId(String eventId)
The event ID.
|
void |
setEventResponse(String eventResponse)
The event response.
|
void |
setEventRisk(EventRiskType eventRisk)
The event risk.
|
void |
setEventType(String eventType)
The event type.
|
String |
toString()
Returns a string representation of this object.
|
AuthEventType |
withChallengeResponses(ChallengeResponseType... challengeResponses)
The challenge responses.
|
AuthEventType |
withChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
|
AuthEventType |
withCreationDate(Date creationDate)
The creation date
|
AuthEventType |
withEventContextData(EventContextDataType eventContextData)
The user context data captured at the time of an event request.
|
AuthEventType |
withEventFeedback(EventFeedbackType eventFeedback)
A flag specifying the user feedback captured at the time of an event request is good or bad.
|
AuthEventType |
withEventId(String eventId)
The event ID.
|
AuthEventType |
withEventResponse(EventResponseType eventResponse)
The event response.
|
AuthEventType |
withEventResponse(String eventResponse)
The event response.
|
AuthEventType |
withEventRisk(EventRiskType eventRisk)
The event risk.
|
AuthEventType |
withEventType(EventType eventType)
The event type.
|
AuthEventType |
withEventType(String eventType)
The event type.
|
public void setEventId(String eventId)
The event ID.
eventId - The event ID.public String getEventId()
The event ID.
public AuthEventType withEventId(String eventId)
The event ID.
eventId - The event ID.public void setEventType(String eventType)
The event type.
eventType - The event type.EventTypepublic String getEventType()
The event type.
EventTypepublic AuthEventType withEventType(String eventType)
The event type.
eventType - The event type.EventTypepublic AuthEventType withEventType(EventType eventType)
The event type.
eventType - The event type.EventTypepublic void setCreationDate(Date creationDate)
The creation date
creationDate - The creation datepublic Date getCreationDate()
The creation date
public AuthEventType withCreationDate(Date creationDate)
The creation date
creationDate - The creation datepublic void setEventResponse(String eventResponse)
The event response.
eventResponse - The event response.EventResponseTypepublic String getEventResponse()
The event response.
EventResponseTypepublic AuthEventType withEventResponse(String eventResponse)
The event response.
eventResponse - The event response.EventResponseTypepublic AuthEventType withEventResponse(EventResponseType eventResponse)
The event response.
eventResponse - The event response.EventResponseTypepublic void setEventRisk(EventRiskType eventRisk)
The event risk.
eventRisk - The event risk.public EventRiskType getEventRisk()
The event risk.
public AuthEventType withEventRisk(EventRiskType eventRisk)
The event risk.
eventRisk - The event risk.public List<ChallengeResponseType> getChallengeResponses()
The challenge responses.
public void setChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
challengeResponses - The challenge responses.public AuthEventType withChallengeResponses(ChallengeResponseType... challengeResponses)
The challenge responses.
NOTE: This method appends the values to the existing list (if any). Use
setChallengeResponses(java.util.Collection) or withChallengeResponses(java.util.Collection) if
you want to override the existing values.
challengeResponses - The challenge responses.public AuthEventType withChallengeResponses(Collection<ChallengeResponseType> challengeResponses)
The challenge responses.
challengeResponses - The challenge responses.public void setEventContextData(EventContextDataType eventContextData)
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
eventContextData - The user context data captured at the time of an event request. It provides additional information about
the client from which event the request is received.public EventContextDataType getEventContextData()
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
public AuthEventType withEventContextData(EventContextDataType eventContextData)
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
eventContextData - The user context data captured at the time of an event request. It provides additional information about
the client from which event the request is received.public void setEventFeedback(EventFeedbackType eventFeedback)
A flag specifying the user feedback captured at the time of an event request is good or bad.
eventFeedback - A flag specifying the user feedback captured at the time of an event request is good or bad.public EventFeedbackType getEventFeedback()
A flag specifying the user feedback captured at the time of an event request is good or bad.
public AuthEventType withEventFeedback(EventFeedbackType eventFeedback)
A flag specifying the user feedback captured at the time of an event request is good or bad.
eventFeedback - A flag specifying the user feedback captured at the time of an event request is good or bad.public String toString()
toString in class ObjectObject.toString()public AuthEventType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.