Class UserPoolClientType
- All Implemented Interfaces:
Serializable
,Cloneable
A user pool of the client type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the client associated with the user pool.The client name from the user pool request of the client type.The client secret from the user pool request of the client type.The creation date from the user pool request of the client type.The last modified date from the user pool request of the client type.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.toString()
Returns a string representation of this object; useful for testing and debugging.withClientId
(String clientId) The ID of the client associated with the user pool.withClientName
(String clientName) The client name from the user pool request of the client type.withClientSecret
(String clientSecret) The client secret from the user pool request of the client type.withCreationDate
(Date creationDate) The creation date from the user pool request of the client type.withLastModifiedDate
(Date lastModifiedDate) The last modified date from the user pool request of the client type.withUserPoolId
(String userPoolId) The user pool ID for the user pool client.
-
Constructor Details
-
UserPoolClientType
public UserPoolClientType()
-
-
Method Details
-
setUserPoolId
The user pool ID for the user pool client.
- Parameters:
userPoolId
- The user pool ID for the user pool client.
-
getUserPoolId
The user pool ID for the user pool client.
- Returns:
- The user pool ID for the user pool client.
-
withUserPoolId
The user pool ID for the user pool client.
- Parameters:
userPoolId
- The user pool ID for the user pool client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClientName
The client name from the user pool request of the client type.
- Parameters:
clientName
- The client name from the user pool request of the client type.
-
getClientName
The client name from the user pool request of the client type.
- Returns:
- The client name from the user pool request of the client type.
-
withClientName
The client name from the user pool request of the client type.
- Parameters:
clientName
- The client name from the user pool request of the client type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClientId
The ID of the client associated with the user pool.
- Parameters:
clientId
- The ID of the client associated with the user pool.
-
getClientId
The ID of the client associated with the user pool.
- Returns:
- The ID of the client associated with the user pool.
-
withClientId
The ID of the client associated with the user pool.
- Parameters:
clientId
- The ID of the client associated with the user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClientSecret
The client secret from the user pool request of the client type.
- Parameters:
clientSecret
- The client secret from the user pool request of the client type.
-
getClientSecret
The client secret from the user pool request of the client type.
- Returns:
- The client secret from the user pool request of the client type.
-
withClientSecret
The client secret from the user pool request of the client type.
- Parameters:
clientSecret
- The client secret from the user pool request of the client type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastModifiedDate
The last modified date from the user pool request of the client type.
- Parameters:
lastModifiedDate
- The last modified date from the user pool request of the client type.
-
getLastModifiedDate
The last modified date from the user pool request of the client type.
- Returns:
- The last modified date from the user pool request of the client type.
-
withLastModifiedDate
The last modified date from the user pool request of the client type.
- Parameters:
lastModifiedDate
- The last modified date from the user pool request of the client type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationDate
The creation date from the user pool request of the client type.
- Parameters:
creationDate
- The creation date from the user pool request of the client type.
-
getCreationDate
The creation date from the user pool request of the client type.
- Returns:
- The creation date from the user pool request of the client type.
-
withCreationDate
The creation date from the user pool request of the client type.
- Parameters:
creationDate
- The creation date from the user pool request of the client type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-