@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) |
String |
getArn()
The Amazon Resource Name (ARN) for the theme.
|
String |
getCreationStatus()
The theme creation status.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getThemeId()
The ID of the theme.
|
String |
getVersionArn()
The Amazon Resource Name (ARN) for the new theme.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the theme.
|
void |
setCreationStatus(String creationStatus)
The theme creation status.
|
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 of the theme.
|
void |
setVersionArn(String versionArn)
The Amazon Resource Name (ARN) for the new theme.
|
String |
toString()
Returns a string representation of this object.
|
CreateThemeResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the theme.
|
CreateThemeResult |
withCreationStatus(ResourceStatus creationStatus)
The theme creation status.
|
CreateThemeResult |
withCreationStatus(String creationStatus)
The theme creation status.
|
CreateThemeResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateThemeResult |
withStatus(Integer status)
The HTTP status of the request.
|
CreateThemeResult |
withThemeId(String themeId)
The ID of the theme.
|
CreateThemeResult |
withVersionArn(String versionArn)
The Amazon Resource Name (ARN) for the new theme.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreateThemeResult 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 theme.
versionArn
- The Amazon Resource Name (ARN) for the new theme.public String getVersionArn()
The Amazon Resource Name (ARN) for the new theme.
public CreateThemeResult withVersionArn(String versionArn)
The Amazon Resource Name (ARN) for the new theme.
versionArn
- The Amazon Resource Name (ARN) for the new theme.public void setThemeId(String themeId)
The ID of the theme.
themeId
- The ID of the theme.public String getThemeId()
The ID of the theme.
public CreateThemeResult withThemeId(String themeId)
The ID of the theme.
themeId
- The ID of the theme.public void setCreationStatus(String creationStatus)
The theme creation status.
creationStatus
- The theme creation status.ResourceStatus
public String getCreationStatus()
The theme creation status.
ResourceStatus
public CreateThemeResult withCreationStatus(String creationStatus)
The theme creation status.
creationStatus
- The theme creation status.ResourceStatus
public CreateThemeResult withCreationStatus(ResourceStatus creationStatus)
The theme creation status.
creationStatus
- The theme creation status.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 CreateThemeResult 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 CreateThemeResult 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 CreateThemeResult clone()