@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetThemeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetThemeResult() |
Modifier and Type | Method and Description |
---|---|
GetThemeResult |
clone() |
boolean |
equals(Object obj) |
Theme |
getTheme()
Represents the configuration settings for the theme.
|
int |
hashCode() |
void |
setTheme(Theme theme)
Represents the configuration settings for the theme.
|
String |
toString()
Returns a string representation of this object.
|
GetThemeResult |
withTheme(Theme theme)
Represents the configuration settings for the theme.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTheme(Theme theme)
Represents the configuration settings for the theme.
theme
- Represents the configuration settings for the theme.public Theme getTheme()
Represents the configuration settings for the theme.
public GetThemeResult withTheme(Theme theme)
Represents the configuration settings for the theme.
theme
- Represents the configuration settings for the theme.public String toString()
toString
in class Object
Object.toString()
public GetThemeResult clone()