@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUICustomizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetUICustomizationResult() |
Modifier and Type | Method and Description |
---|---|
GetUICustomizationResult |
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.
|
GetUICustomizationResult |
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 GetUICustomizationResult withUICustomization(UICustomizationType uICustomization)
The UI customization information.
uICustomization
- The UI customization information.public String toString()
toString
in class Object
Object.toString()
public GetUICustomizationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.