@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UICustomizationType extends Object implements Serializable, Cloneable, StructuredPojo
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 |
---|---|
UICustomizationType |
clone() |
boolean |
equals(Object obj) |
String |
getClientId()
The client ID for the client app.
|
Date |
getCreationDate()
The date and time when the item was created.
|
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 date and time when the item was modified.
|
String |
getUserPoolId()
The user pool ID for the user pool.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClientId(String clientId)
The client ID for the client app.
|
void |
setCreationDate(Date creationDate)
The date and time when the item was created.
|
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 date and time when the item was modified.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
String |
toString()
Returns a string representation of this object.
|
UICustomizationType |
withClientId(String clientId)
The client ID for the client app.
|
UICustomizationType |
withCreationDate(Date creationDate)
The date and time when the item was created.
|
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 date and time when the item was modified.
|
UICustomizationType |
withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId
- The user pool ID for the user pool.public String getUserPoolId()
The user pool ID for the user pool.
public UICustomizationType withUserPoolId(String userPoolId)
The user pool ID for the user pool.
userPoolId
- The user pool ID for the user pool.public void setClientId(String clientId)
The client ID for the client app.
clientId
- The client ID for the client app.public String getClientId()
The client ID for the client app.
public UICustomizationType withClientId(String clientId)
The client ID for the client app.
clientId
- The client ID for the client app.public void setImageUrl(String imageUrl)
The logo image for the UI customization.
imageUrl
- The logo image for the UI customization.public String getImageUrl()
The logo image for the UI customization.
public UICustomizationType withImageUrl(String imageUrl)
The logo image for the UI customization.
imageUrl
- The logo image for the UI customization.public void setCSS(String cSS)
The CSS values in the UI customization.
cSS
- The CSS values in the UI customization.public String getCSS()
The CSS values in the UI customization.
public UICustomizationType withCSS(String cSS)
The CSS values in the UI customization.
cSS
- The CSS values in the UI customization.public void setCSSVersion(String cSSVersion)
The CSS version number.
cSSVersion
- The CSS version number.public String getCSSVersion()
The CSS version number.
public UICustomizationType withCSSVersion(String cSSVersion)
The CSS version number.
cSSVersion
- The CSS version number.public void setLastModifiedDate(Date lastModifiedDate)
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
lastModifiedDate
- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.public Date getLastModifiedDate()
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
Date
object.public UICustomizationType withLastModifiedDate(Date lastModifiedDate)
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
lastModifiedDate
- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.public void setCreationDate(Date creationDate)
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
creationDate
- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.public Date getCreationDate()
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
Date
object.public UICustomizationType withCreationDate(Date creationDate)
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
creationDate
- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.public String toString()
toString
in class Object
Object.toString()
public UICustomizationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.