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