@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteThemeAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteThemeAliasResult() |
Modifier and Type | Method and Description |
---|---|
DeleteThemeAliasResult |
clone() |
boolean |
equals(Object obj) |
String |
getAliasName()
The name for the theme alias.
|
String |
getArn()
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getThemeId()
An ID for the theme associated with the deletion.
|
int |
hashCode() |
void |
setAliasName(String aliasName)
The name for the theme alias.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setThemeId(String themeId)
An ID for the theme associated with the deletion.
|
String |
toString()
Returns a string representation of this object.
|
DeleteThemeAliasResult |
withAliasName(String aliasName)
The name for the theme alias.
|
DeleteThemeAliasResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
|
DeleteThemeAliasResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
DeleteThemeAliasResult |
withStatus(Integer status)
The HTTP status of the request.
|
DeleteThemeAliasResult |
withThemeId(String themeId)
An ID for the theme associated with the deletion.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAliasName(String aliasName)
The name for the theme alias.
aliasName
- The name for the theme alias.public String getAliasName()
The name for the theme alias.
public DeleteThemeAliasResult withAliasName(String aliasName)
The name for the theme alias.
aliasName
- The name for the theme alias.public void setArn(String arn)
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
arn
- The Amazon Resource Name (ARN) of the theme resource using the deleted alias.public String getArn()
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
public DeleteThemeAliasResult withArn(String arn)
The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
arn
- The Amazon Resource Name (ARN) of the theme resource using the deleted alias.public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public DeleteThemeAliasResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.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 DeleteThemeAliasResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setThemeId(String themeId)
An ID for the theme associated with the deletion.
themeId
- An ID for the theme associated with the deletion.public String getThemeId()
An ID for the theme associated with the deletion.
public DeleteThemeAliasResult withThemeId(String themeId)
An ID for the theme associated with the deletion.
themeId
- An ID for the theme associated with the deletion.public String toString()
toString
in class Object
Object.toString()
public DeleteThemeAliasResult clone()