@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeThemeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeThemeResult() |
Modifier and Type | Method and Description |
---|---|
DescribeThemeResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
Theme |
getTheme()
The information about the theme that you are describing.
|
int |
hashCode() |
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setTheme(Theme theme)
The information about the theme that you are describing.
|
String |
toString()
Returns a string representation of this object.
|
DescribeThemeResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeThemeResult |
withStatus(Integer status)
The HTTP status of the request.
|
DescribeThemeResult |
withTheme(Theme theme)
The information about the theme that you are describing.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTheme(Theme theme)
The information about the theme that you are describing.
theme
- The information about the theme that you are describing.public Theme getTheme()
The information about the theme that you are describing.
public DescribeThemeResult withTheme(Theme theme)
The information about the theme that you are describing.
theme
- The information about the theme that you are describing.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeThemeResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DescribeThemeResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public DescribeThemeResult clone()