public class UserPoolClientType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A user pool of the client type.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clientId
The ID of the client associated with the user pool.
|
private java.lang.String |
clientName
The client name from the user pool request of the client type.
|
private java.lang.String |
clientSecret
The client secret from the user pool request of the client type.
|
private java.util.Date |
creationDate
The creation date from the user pool request of the client type.
|
private java.util.Date |
lastModifiedDate
The last modified date from the user pool request of the client type.
|
private java.lang.String |
userPoolId
The user pool ID for the user pool client.
|
Constructor and Description |
---|
UserPoolClientType() |
Modifier and Type | Method and Description |
---|---|
UserPoolClientType |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClientId()
The ID of the client associated with the user pool.
|
java.lang.String |
getClientName()
The client name from the user pool request of the client type.
|
java.lang.String |
getClientSecret()
The client secret from the user pool request of the client type.
|
java.util.Date |
getCreationDate()
The creation date from the user pool request of the client type.
|
java.util.Date |
getLastModifiedDate()
The last modified date from the user pool request of the client type.
|
java.lang.String |
getUserPoolId()
The user pool ID for the user pool client.
|
int |
hashCode() |
void |
setClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
void |
setClientName(java.lang.String clientName)
The client name from the user pool request of the client type.
|
void |
setClientSecret(java.lang.String clientSecret)
The client secret from the user pool request of the client type.
|
void |
setCreationDate(java.util.Date creationDate)
The creation date from the user pool request of the client type.
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date from the user pool request of the client type.
|
void |
setUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool client.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserPoolClientType |
withClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientType |
withClientName(java.lang.String clientName)
The client name from the user pool request of the client type.
|
UserPoolClientType |
withClientSecret(java.lang.String clientSecret)
The client secret from the user pool request of the client type.
|
UserPoolClientType |
withCreationDate(java.util.Date creationDate)
The creation date from the user pool request of the client type.
|
UserPoolClientType |
withLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date from the user pool request of the client type.
|
UserPoolClientType |
withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool client.
|
private java.lang.String userPoolId
The user pool ID for the user pool client.
private java.lang.String clientName
The client name from the user pool request of the client type.
private java.lang.String clientId
The ID of the client associated with the user pool.
private java.lang.String clientSecret
The client secret from the user pool request of the client type.
private java.util.Date lastModifiedDate
The last modified date from the user pool request of the client type.
private java.util.Date creationDate
The creation date from the user pool request of the client type.
public void setUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool client.
userPoolId
- The user pool ID for the user pool client.public java.lang.String getUserPoolId()
The user pool ID for the user pool client.
public UserPoolClientType withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool client.
userPoolId
- The user pool ID for the user pool client.public void setClientName(java.lang.String clientName)
The client name from the user pool request of the client type.
clientName
- The client name from the user pool request of the client type.public java.lang.String getClientName()
The client name from the user pool request of the client type.
public UserPoolClientType withClientName(java.lang.String clientName)
The client name from the user pool request of the client type.
clientName
- The client name from the user pool request of the client type.public void setClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public java.lang.String getClientId()
The ID of the client associated with the user pool.
public UserPoolClientType withClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public void setClientSecret(java.lang.String clientSecret)
The client secret from the user pool request of the client type.
clientSecret
- The client secret from the user pool request of the client type.public java.lang.String getClientSecret()
The client secret from the user pool request of the client type.
public UserPoolClientType withClientSecret(java.lang.String clientSecret)
The client secret from the user pool request of the client type.
clientSecret
- The client secret from the user pool request of the client type.public void setLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date from the user pool request of the client type.
lastModifiedDate
- The last modified date from the user pool request of the client
type.public java.util.Date getLastModifiedDate()
The last modified date from the user pool request of the client type.
public UserPoolClientType withLastModifiedDate(java.util.Date lastModifiedDate)
The last modified date from the user pool request of the client type.
lastModifiedDate
- The last modified date from the user pool request of the client
type.public void setCreationDate(java.util.Date creationDate)
The creation date from the user pool request of the client type.
creationDate
- The creation date from the user pool request of the client type.public java.util.Date getCreationDate()
The creation date from the user pool request of the client type.
public UserPoolClientType withCreationDate(java.util.Date creationDate)
The creation date from the user pool request of the client type.
creationDate
- The creation date from the user pool request of the client type.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UserPoolClientType clone()
clone
in class java.lang.Object