@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 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 |
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 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 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 last-modified date for the UI customization.
lastModifiedDate
- The last-modified date for the UI customization.public Date getLastModifiedDate()
The last-modified date for the UI customization.
public UICustomizationType withLastModifiedDate(Date lastModifiedDate)
The last-modified date for the UI customization.
lastModifiedDate
- The last-modified 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 Date getCreationDate()
The creation date for the UI customization.
public UICustomizationType withCreationDate(Date creationDate)
The creation date for the UI customization.
creationDate
- The creation date for the UI customization.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.