@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetUICustomizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SetUICustomizationRequest() |
Modifier and Type | Method and Description |
---|---|
SetUICustomizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientId()
The client ID for the client app.
|
String |
getCSS()
The CSS values in the UI customization.
|
ByteBuffer |
getImageFile()
The uploaded logo image 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 |
setCSS(String cSS)
The CSS values in the UI customization.
|
void |
setImageFile(ByteBuffer imageFile)
The uploaded logo image 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.
|
SetUICustomizationRequest |
withClientId(String clientId)
The client ID for the client app.
|
SetUICustomizationRequest |
withCSS(String cSS)
The CSS values in the UI customization.
|
SetUICustomizationRequest |
withImageFile(ByteBuffer imageFile)
The uploaded logo image for the UI customization.
|
SetUICustomizationRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 SetUICustomizationRequest 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 SetUICustomizationRequest withClientId(String clientId)
The client ID for the client app.
clientId
- The client ID for the client app.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 SetUICustomizationRequest withCSS(String cSS)
The CSS values in the UI customization.
cSS
- The CSS values in the UI customization.public void setImageFile(ByteBuffer imageFile)
The uploaded logo image for the UI customization.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
imageFile
- The uploaded logo image for the UI customization.public ByteBuffer getImageFile()
The uploaded logo image for the UI customization.
ByteBuffer
s are stateful. Calling their get
methods changes their position
. We recommend
using ByteBuffer.asReadOnlyBuffer()
to create a read-only view of the buffer with an independent
position
, and calling get
methods on this rather than directly on the returned ByteBuffer
.
Doing so will ensure that anyone else using the ByteBuffer
will not be affected by changes to the
position
.
public SetUICustomizationRequest withImageFile(ByteBuffer imageFile)
The uploaded logo image for the UI customization.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
Warning: ByteBuffers returned by the SDK are mutable. Changes to the content or position of the byte buffer will be seen by all objects that have a reference to this object. It is recommended to call ByteBuffer.duplicate() or ByteBuffer.asReadOnlyBuffer() before using or reading from the buffer. This behavior will be changed in a future major version of the SDK.
imageFile
- The uploaded logo image for the UI customization.public String toString()
toString
in class Object
Object.toString()
public SetUICustomizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.