@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetUICustomizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SetUICustomizationResult() |
Modifier and Type | Method and Description |
---|---|
SetUICustomizationResult |
clone() |
boolean |
equals(Object obj) |
UICustomizationType |
getUICustomization()
The UI customization information.
|
int |
hashCode() |
void |
setUICustomization(UICustomizationType uICustomization)
The UI customization information.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SetUICustomizationResult |
withUICustomization(UICustomizationType uICustomization)
The UI customization information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUICustomization(UICustomizationType uICustomization)
The UI customization information.
uICustomization
- The UI customization information.public UICustomizationType getUICustomization()
The UI customization information.
public SetUICustomizationResult withUICustomization(UICustomizationType uICustomization)
The UI customization information.
uICustomization
- The UI customization information.public String toString()
toString
in class Object
Object.toString()
public SetUICustomizationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.