@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteThemeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteThemeRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteThemeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the theme that you're deleting.
|
String |
getThemeId()
An ID for the theme that you want to delete.
|
Long |
getVersionNumber()
The version of the theme that you want to delete.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're deleting.
|
void |
setThemeId(String themeId)
An ID for the theme that you want to delete.
|
void |
setVersionNumber(Long versionNumber)
The version of the theme that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteThemeRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're deleting.
|
DeleteThemeRequest |
withThemeId(String themeId)
An ID for the theme that you want to delete.
|
DeleteThemeRequest |
withVersionNumber(Long versionNumber)
The version of the theme that you want to delete.
|
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 that you're deleting.
awsAccountId
- The ID of the Amazon Web Services account that contains the theme that you're deleting.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the theme that you're deleting.
public DeleteThemeRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the theme that you're deleting.
awsAccountId
- The ID of the Amazon Web Services account that contains the theme that you're deleting.public void setThemeId(String themeId)
An ID for the theme that you want to delete.
themeId
- An ID for the theme that you want to delete.public String getThemeId()
An ID for the theme that you want to delete.
public DeleteThemeRequest withThemeId(String themeId)
An ID for the theme that you want to delete.
themeId
- An ID for the theme that you want to delete.public void setVersionNumber(Long versionNumber)
The version of the theme that you want to delete.
Note: If you don't provide a version number, you're using this call to DeleteTheme
to delete
all versions of the theme.
versionNumber
- The version of the theme that you want to delete.
Note: If you don't provide a version number, you're using this call to DeleteTheme
to
delete all versions of the theme.
public Long getVersionNumber()
The version of the theme that you want to delete.
Note: If you don't provide a version number, you're using this call to DeleteTheme
to delete
all versions of the theme.
Note: If you don't provide a version number, you're using this call to DeleteTheme
to
delete all versions of the theme.
public DeleteThemeRequest withVersionNumber(Long versionNumber)
The version of the theme that you want to delete.
Note: If you don't provide a version number, you're using this call to DeleteTheme
to delete
all versions of the theme.
versionNumber
- The version of the theme that you want to delete.
Note: If you don't provide a version number, you're using this call to DeleteTheme
to
delete all versions of the theme.
public String toString()
toString
in class Object
Object.toString()
public DeleteThemeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()