@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 |
getAppId ()
The unique ID of the Amplify app associated with the theme to delete.
|
String |
getEnvironmentName ()
The name of the backend environment that is a part of the Amplify app.
|
String |
getId ()
The unique ID of the theme to delete.
|
int |
hashCode () |
void |
setAppId (String appId)
The unique ID of the Amplify app associated with the theme to delete.
|
void |
setEnvironmentName (String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
void |
setId (String id)
The unique ID of the theme to delete.
|
String |
toString ()
Returns a string representation of this object.
|
DeleteThemeRequest |
withAppId (String appId)
The unique ID of the Amplify app associated with the theme to delete.
|
DeleteThemeRequest |
withEnvironmentName (String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
DeleteThemeRequest |
withId (String id)
The unique ID of the theme 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 DeleteThemeRequest()
public void setAppId(String appId)
The unique ID of the Amplify app associated with the theme to delete.
appId - The unique ID of the Amplify app associated with the theme to delete.public String getAppId()
The unique ID of the Amplify app associated with the theme to delete.
public DeleteThemeRequest withAppId(String appId)
The unique ID of the Amplify app associated with the theme to delete.
appId - The unique ID of the Amplify app associated with the theme to delete.public void setEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.public String getEnvironmentName()
The name of the backend environment that is a part of the Amplify app.
public DeleteThemeRequest withEnvironmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.public void setId(String id)
The unique ID of the theme to delete.
id - The unique ID of the theme to delete.public String getId()
The unique ID of the theme to delete.
public DeleteThemeRequest withId(String id)
The unique ID of the theme to delete.
id - The unique ID of the theme to delete.public String toString()
toString in class Object Object.toString() public DeleteThemeRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()