@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteThemeAliasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteThemeAliasRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteThemeAliasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasName()
The unique name for the theme alias to delete.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the theme alias to delete.
|
String |
getThemeId()
The ID for the theme that the specified alias is for.
|
int |
hashCode() |
void |
setAliasName(String aliasName)
The unique name for the theme alias to delete.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias to delete.
|
void |
setThemeId(String themeId)
The ID for the theme that the specified alias is for.
|
String |
toString()
Returns a string representation of this object.
|
DeleteThemeAliasRequest |
withAliasName(String aliasName)
The unique name for the theme alias to delete.
|
DeleteThemeAliasRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias to delete.
|
DeleteThemeAliasRequest |
withThemeId(String themeId)
The ID for the theme that the specified alias is for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias to delete.
awsAccountId
- The ID of the Amazon Web Services account that contains the theme alias to delete.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the theme alias to delete.
public DeleteThemeAliasRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme alias to delete.
awsAccountId
- The ID of the Amazon Web Services account that contains the theme alias to delete.public void setThemeId(String themeId)
The ID for the theme that the specified alias is for.
themeId
- The ID for the theme that the specified alias is for.public String getThemeId()
The ID for the theme that the specified alias is for.
public DeleteThemeAliasRequest withThemeId(String themeId)
The ID for the theme that the specified alias is for.
themeId
- The ID for the theme that the specified alias is for.public void setAliasName(String aliasName)
The unique name for the theme alias to delete.
aliasName
- The unique name for the theme alias to delete.public String getAliasName()
The unique name for the theme alias to delete.
public DeleteThemeAliasRequest withAliasName(String aliasName)
The unique name for the theme alias to delete.
aliasName
- The unique name for the theme alias to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteThemeAliasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()