@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationFromEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationFromEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationFromEnvironmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier of the application you want to delete.
|
String |
getEnvironmentId()
The unique identifier of the runtime environment where the application was previously deployed.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier of the application you want to delete.
|
void |
setEnvironmentId(String environmentId)
The unique identifier of the runtime environment where the application was previously deployed.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationFromEnvironmentRequest |
withApplicationId(String applicationId)
The unique identifier of the application you want to delete.
|
DeleteApplicationFromEnvironmentRequest |
withEnvironmentId(String environmentId)
The unique identifier of the runtime environment where the application was previously deployed.
|
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 DeleteApplicationFromEnvironmentRequest()
public void setApplicationId(String applicationId)
The unique identifier of the application you want to delete.
applicationId
- The unique identifier of the application you want to delete.public String getApplicationId()
The unique identifier of the application you want to delete.
public DeleteApplicationFromEnvironmentRequest withApplicationId(String applicationId)
The unique identifier of the application you want to delete.
applicationId
- The unique identifier of the application you want to delete.public void setEnvironmentId(String environmentId)
The unique identifier of the runtime environment where the application was previously deployed.
environmentId
- The unique identifier of the runtime environment where the application was previously deployed.public String getEnvironmentId()
The unique identifier of the runtime environment where the application was previously deployed.
public DeleteApplicationFromEnvironmentRequest withEnvironmentId(String environmentId)
The unique identifier of the runtime environment where the application was previously deployed.
environmentId
- The unique identifier of the runtime environment where the application was previously deployed.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationFromEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()