@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveAllBackendsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body for RemoveAllBackends.
NOOP
Constructor and Description |
---|
RemoveAllBackendsRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveAllBackendsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
The app ID.
|
Boolean |
getCleanAmplifyApp()
Cleans up the Amplify Console app if this value is set to true.
|
int |
hashCode() |
Boolean |
isCleanAmplifyApp()
Cleans up the Amplify Console app if this value is set to true.
|
void |
setAppId(String appId)
The app ID.
|
void |
setCleanAmplifyApp(Boolean cleanAmplifyApp)
Cleans up the Amplify Console app if this value is set to true.
|
String |
toString()
Returns a string representation of this object.
|
RemoveAllBackendsRequest |
withAppId(String appId)
The app ID.
|
RemoveAllBackendsRequest |
withCleanAmplifyApp(Boolean cleanAmplifyApp)
Cleans up the Amplify Console app if this value is set to true.
|
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 setAppId(String appId)
The app ID.
appId
- The app ID.public String getAppId()
The app ID.
public RemoveAllBackendsRequest withAppId(String appId)
The app ID.
appId
- The app ID.public void setCleanAmplifyApp(Boolean cleanAmplifyApp)
Cleans up the Amplify Console app if this value is set to true.
cleanAmplifyApp
- Cleans up the Amplify Console app if this value is set to true.public Boolean getCleanAmplifyApp()
Cleans up the Amplify Console app if this value is set to true.
public RemoveAllBackendsRequest withCleanAmplifyApp(Boolean cleanAmplifyApp)
Cleans up the Amplify Console app if this value is set to true.
cleanAmplifyApp
- Cleans up the Amplify Console app if this value is set to true.public Boolean isCleanAmplifyApp()
Cleans up the Amplify Console app if this value is set to true.
public String toString()
toString
in class Object
Object.toString()
public RemoveAllBackendsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()