@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateThemeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateThemeResult() |
Modifier and Type | Method and Description |
---|---|
UpdateThemeResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the theme.
|
String |
getCreationStatus()
The creation status of the theme.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getThemeId()
The ID for the theme.
|
String |
getVersionArn()
The Amazon Resource Name (ARN) for the new version of the theme.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the theme.
|
void |
setCreationStatus(String creationStatus)
The creation status of the theme.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setThemeId(String themeId)
The ID for the theme.
|
void |
setVersionArn(String versionArn)
The Amazon Resource Name (ARN) for the new version of the theme.
|
String |
toString()
Returns a string representation of this object.
|
UpdateThemeResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the theme.
|
UpdateThemeResult |
withCreationStatus(ResourceStatus creationStatus)
The creation status of the theme.
|
UpdateThemeResult |
withCreationStatus(String creationStatus)
The creation status of the theme.
|
UpdateThemeResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateThemeResult |
withStatus(Integer status)
The HTTP status of the request.
|
UpdateThemeResult |
withThemeId(String themeId)
The ID for the theme.
|
UpdateThemeResult |
withVersionArn(String versionArn)
The Amazon Resource Name (ARN) for the new version of the theme.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setThemeId(String themeId)
The ID for the theme.
themeId
- The ID for the theme.public String getThemeId()
The ID for the theme.
public UpdateThemeResult withThemeId(String themeId)
The ID for the theme.
themeId
- The ID for the theme.public void setArn(String arn)
The Amazon Resource Name (ARN) for the theme.
arn
- The Amazon Resource Name (ARN) for the theme.public String getArn()
The Amazon Resource Name (ARN) for the theme.
public UpdateThemeResult withArn(String arn)
The Amazon Resource Name (ARN) for the theme.
arn
- The Amazon Resource Name (ARN) for the theme.public void setVersionArn(String versionArn)
The Amazon Resource Name (ARN) for the new version of the theme.
versionArn
- The Amazon Resource Name (ARN) for the new version of the theme.public String getVersionArn()
The Amazon Resource Name (ARN) for the new version of the theme.
public UpdateThemeResult withVersionArn(String versionArn)
The Amazon Resource Name (ARN) for the new version of the theme.
versionArn
- The Amazon Resource Name (ARN) for the new version of the theme.public void setCreationStatus(String creationStatus)
The creation status of the theme.
creationStatus
- The creation status of the theme.ResourceStatus
public String getCreationStatus()
The creation status of the theme.
ResourceStatus
public UpdateThemeResult withCreationStatus(String creationStatus)
The creation status of the theme.
creationStatus
- The creation status of the theme.ResourceStatus
public UpdateThemeResult withCreationStatus(ResourceStatus creationStatus)
The creation status of the theme.
creationStatus
- The creation status of the theme.ResourceStatus
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 UpdateThemeResult 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 UpdateThemeResult 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 UpdateThemeResult clone()