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