@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBackendEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for delete backend environment request.
NOOP
Constructor and Description |
---|
DeleteBackendEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBackendEnvironmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
Unique Id of an Amplify App.
|
String |
getEnvironmentName()
Name of a backend environment of an Amplify App.
|
int |
hashCode() |
void |
setAppId(String appId)
Unique Id of an Amplify App.
|
void |
setEnvironmentName(String environmentName)
Name of a backend environment of an Amplify App.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBackendEnvironmentRequest |
withAppId(String appId)
Unique Id of an Amplify App.
|
DeleteBackendEnvironmentRequest |
withEnvironmentName(String environmentName)
Name of a backend environment of an Amplify App.
|
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)
Unique Id of an Amplify App.
appId
- Unique Id of an Amplify App.public String getAppId()
Unique Id of an Amplify App.
public DeleteBackendEnvironmentRequest withAppId(String appId)
Unique Id of an Amplify App.
appId
- Unique Id of an Amplify App.public void setEnvironmentName(String environmentName)
Name of a backend environment of an Amplify App.
environmentName
- Name of a backend environment of an Amplify App.public String getEnvironmentName()
Name of a backend environment of an Amplify App.
public DeleteBackendEnvironmentRequest withEnvironmentName(String environmentName)
Name of a backend environment of an Amplify App.
environmentName
- Name of a backend environment of an Amplify App.public String toString()
toString
in class Object
Object.toString()
public DeleteBackendEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.