public class UICustomizationType extends Object implements Serializable
A container for the UI customization information for a user pool's built-in app UI.
| Constructor and Description |
|---|
UICustomizationType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClientId()
The client ID for the client app.
|
Date |
getCreationDate()
The creation date for the UI customization.
|
String |
getCSS()
The CSS values in the UI customization.
|
String |
getCSSVersion()
The CSS version number.
|
String |
getImageUrl()
The logo image for the UI customization.
|
Date |
getLastModifiedDate()
The last-modified date for the UI customization.
|
String |
getUserPoolId()
The user pool ID for the user pool.
|
int |
hashCode() |
void |
setClientId(String clientId)
The client ID for the client app.
|
void |
setCreationDate(Date creationDate)
The creation date for the UI customization.
|
void |
setCSS(String cSS)
The CSS values in the UI customization.
|
void |
setCSSVersion(String cSSVersion)
The CSS version number.
|
void |
setImageUrl(String imageUrl)
The logo image for the UI customization.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The last-modified date for the UI customization.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UICustomizationType |
withClientId(String clientId)
The client ID for the client app.
|
UICustomizationType |
withCreationDate(Date creationDate)
The creation date for the UI customization.
|
UICustomizationType |
withCSS(String cSS)
The CSS values in the UI customization.
|
UICustomizationType |
withCSSVersion(String cSSVersion)
The CSS version number.
|
UICustomizationType |
withImageUrl(String imageUrl)
The logo image for the UI customization.
|
UICustomizationType |
withLastModifiedDate(Date lastModifiedDate)
The last-modified date for the UI customization.
|
UICustomizationType |
withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
public String getUserPoolId()
The user pool ID for the user pool.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID for the user pool.
public UICustomizationType withUserPoolId(String userPoolId)
The user pool ID for the user pool.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID for the user pool.
public String getClientId()
The client ID for the client app.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
The client ID for the client app.
public void setClientId(String clientId)
The client ID for the client app.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId - The client ID for the client app.
public UICustomizationType withClientId(String clientId)
The client ID for the client app.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId - The client ID for the client app.
public String getImageUrl()
The logo image for the UI customization.
The logo image for the UI customization.
public void setImageUrl(String imageUrl)
The logo image for the UI customization.
imageUrl - The logo image for the UI customization.
public UICustomizationType withImageUrl(String imageUrl)
The logo image for the UI customization.
Returns a reference to this object so that method calls can be chained together.
imageUrl - The logo image for the UI customization.
public String getCSS()
The CSS values in the UI customization.
The CSS values in the UI customization.
public void setCSS(String cSS)
The CSS values in the UI customization.
cSS - The CSS values in the UI customization.
public UICustomizationType withCSS(String cSS)
The CSS values in the UI customization.
Returns a reference to this object so that method calls can be chained together.
cSS - The CSS values in the UI customization.
public String getCSSVersion()
The CSS version number.
The CSS version number.
public void setCSSVersion(String cSSVersion)
The CSS version number.
cSSVersion - The CSS version number.
public UICustomizationType withCSSVersion(String cSSVersion)
The CSS version number.
Returns a reference to this object so that method calls can be chained together.
cSSVersion - The CSS version number.
public Date getLastModifiedDate()
The last-modified date for the UI customization.
The last-modified date for the UI customization.
public void setLastModifiedDate(Date lastModifiedDate)
The last-modified date for the UI customization.
lastModifiedDate - The last-modified date for the UI customization.
public UICustomizationType withLastModifiedDate(Date lastModifiedDate)
The last-modified date for the UI customization.
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate - The last-modified date for the UI customization.
public Date getCreationDate()
The creation date for the UI customization.
The creation date for the UI customization.
public void setCreationDate(Date creationDate)
The creation date for the UI customization.
creationDate - The creation date for the UI customization.
public UICustomizationType withCreationDate(Date creationDate)
The creation date for the UI customization.
Returns a reference to this object so that method calls can be chained together.
creationDate - The creation date for the UI customization.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.