@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminListUserAuthEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AdminListUserAuthEventsRequest() |
Modifier and Type | Method and Description |
---|---|
AdminListUserAuthEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of authentication events to return.
|
String |
getNextToken()
A pagination token.
|
String |
getUsername()
The username of the user that you want to query or modify.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of authentication events to return.
|
void |
setNextToken(String nextToken)
A pagination token.
|
void |
setUsername(String username)
The username of the user that you want to query or modify.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object.
|
AdminListUserAuthEventsRequest |
withMaxResults(Integer maxResults)
The maximum number of authentication events to return.
|
AdminListUserAuthEventsRequest |
withNextToken(String nextToken)
A pagination token.
|
AdminListUserAuthEventsRequest |
withUsername(String username)
The username of the user that you want to query or modify.
|
AdminListUserAuthEventsRequest |
withUserPoolId(String userPoolId)
The user pool ID.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setUserPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.public String getUserPoolId()
The user pool ID.
public AdminListUserAuthEventsRequest withUserPoolId(String userPoolId)
The user pool ID.
userPoolId
- The user pool ID.public void setUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
- The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public String getUsername()
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public AdminListUserAuthEventsRequest withUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
- The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public void setMaxResults(Integer maxResults)
The maximum number of authentication events to return. Returns 60 events if you set MaxResults
to 0,
or if you don't include a MaxResults
parameter.
maxResults
- The maximum number of authentication events to return. Returns 60 events if you set
MaxResults
to 0, or if you don't include a MaxResults
parameter.public Integer getMaxResults()
The maximum number of authentication events to return. Returns 60 events if you set MaxResults
to 0,
or if you don't include a MaxResults
parameter.
MaxResults
to 0, or if you don't include a MaxResults
parameter.public AdminListUserAuthEventsRequest withMaxResults(Integer maxResults)
The maximum number of authentication events to return. Returns 60 events if you set MaxResults
to 0,
or if you don't include a MaxResults
parameter.
maxResults
- The maximum number of authentication events to return. Returns 60 events if you set
MaxResults
to 0, or if you don't include a MaxResults
parameter.public void setNextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.public String getNextToken()
A pagination token.
public AdminListUserAuthEventsRequest withNextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.public String toString()
toString
in class Object
Object.toString()
public AdminListUserAuthEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()