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.
|
List<String> |
getExplicitAuthFlows()
The explicit authentication flows.
|
Date |
getLastModifiedDate()
The last modified date from the user pool request of the client type.
|
List<String> |
getReadAttributes()
The Read-only attributes.
|
Integer |
getRefreshTokenValidity()
The validity of the refresh token.
|
String |
getUserPoolId()
The user pool ID for the user pool client.
|
List<String> |
getWriteAttributes()
The writeable attributes.
|
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 |
setExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The last modified date from the user pool request of the client type.
|
void |
setReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
|
void |
setRefreshTokenValidity(Integer refreshTokenValidity)
The validity of the refresh token.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool client.
|
void |
setWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
|
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 |
withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
withExplicitAuthFlows(String... explicitAuthFlows)
The explicit authentication flows.
|
UserPoolClientType |
withLastModifiedDate(Date lastModifiedDate)
The last modified date from the user pool request of the client type.
|
UserPoolClientType |
withReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
|
UserPoolClientType |
withReadAttributes(String... readAttributes)
The Read-only attributes.
|
UserPoolClientType |
withRefreshTokenValidity(Integer refreshTokenValidity)
The validity of the refresh token.
|
UserPoolClientType |
withUserPoolId(String userPoolId)
The user pool ID for the user pool client.
|
UserPoolClientType |
withWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
|
UserPoolClientType |
withWriteAttributes(String... writeAttributes)
The writeable attributes.
|
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 void setRefreshTokenValidity(Integer refreshTokenValidity)
The validity of the refresh token.
refreshTokenValidity - The validity of the refresh token.public Integer getRefreshTokenValidity()
The validity of the refresh token.
public UserPoolClientType withRefreshTokenValidity(Integer refreshTokenValidity)
The validity of the refresh token.
refreshTokenValidity - The validity of the refresh token.public List<String> getReadAttributes()
The Read-only attributes.
public void setReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
readAttributes - The Read-only attributes.public UserPoolClientType withReadAttributes(String... readAttributes)
The Read-only attributes.
NOTE: This method appends the values to the existing list (if any). Use
setReadAttributes(java.util.Collection) or withReadAttributes(java.util.Collection) if you want
to override the existing values.
readAttributes - The Read-only attributes.public UserPoolClientType withReadAttributes(Collection<String> readAttributes)
The Read-only attributes.
readAttributes - The Read-only attributes.public List<String> getWriteAttributes()
The writeable attributes.
public void setWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
writeAttributes - The writeable attributes.public UserPoolClientType withWriteAttributes(String... writeAttributes)
The writeable attributes.
NOTE: This method appends the values to the existing list (if any). Use
setWriteAttributes(java.util.Collection) or withWriteAttributes(java.util.Collection) if you
want to override the existing values.
writeAttributes - The writeable attributes.public UserPoolClientType withWriteAttributes(Collection<String> writeAttributes)
The writeable attributes.
writeAttributes - The writeable attributes.public List<String> getExplicitAuthFlows()
The explicit authentication flows.
ExplicitAuthFlowsTypepublic void setExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
explicitAuthFlows - The explicit authentication flows.ExplicitAuthFlowsTypepublic UserPoolClientType withExplicitAuthFlows(String... explicitAuthFlows)
The explicit authentication flows.
NOTE: This method appends the values to the existing list (if any). Use
setExplicitAuthFlows(java.util.Collection) or withExplicitAuthFlows(java.util.Collection) if
you want to override the existing values.
explicitAuthFlows - The explicit authentication flows.ExplicitAuthFlowsTypepublic UserPoolClientType withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The explicit authentication flows.
explicitAuthFlows - The explicit authentication flows.ExplicitAuthFlowsTypepublic UserPoolClientType withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The explicit authentication flows.
explicitAuthFlows - The explicit authentication flows.ExplicitAuthFlowsTypepublic String toString()
toString in class ObjectObject.toString()public UserPoolClientType clone()
Copyright © 2016. All rights reserved.