public class GetUICustomizationRequest extends AmazonWebServiceRequest implements Serializable
Gets the UI Customization information for a particular app client's app UI,
if there is something set. If nothing is set for the particular client, but
there is an existing pool level customization (app clientId will
be ALL), then that is returned. If nothing is present, then an
empty shape is returned.
| Constructor and Description |
|---|
GetUICustomizationRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClientId()
The client ID for the client app.
|
String |
getUserPoolId()
The user pool ID for the user pool.
|
int |
hashCode() |
void |
setClientId(String clientId)
The client ID for the client app.
|
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.
|
GetUICustomizationRequest |
withClientId(String clientId)
The client ID for the client app.
|
GetUICustomizationRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 GetUICustomizationRequest 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 GetUICustomizationRequest 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 toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.