@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEnvironmentConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to delete a draft environment configuration.
NOOP
Constructor and Description |
---|
DeleteEnvironmentConfigurationRequest()
Default constructor for DeleteEnvironmentConfigurationRequest object.
|
DeleteEnvironmentConfigurationRequest(String applicationName,
String environmentName)
Constructs a new DeleteEnvironmentConfigurationRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteEnvironmentConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application the environment is associated with.
|
String |
getEnvironmentName()
The name of the environment to delete the draft configuration from.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application the environment is associated with.
|
void |
setEnvironmentName(String environmentName)
The name of the environment to delete the draft configuration from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteEnvironmentConfigurationRequest |
withApplicationName(String applicationName)
The name of the application the environment is associated with.
|
DeleteEnvironmentConfigurationRequest |
withEnvironmentName(String environmentName)
The name of the environment to delete the draft configuration from.
|
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 DeleteEnvironmentConfigurationRequest()
public DeleteEnvironmentConfigurationRequest(String applicationName, String environmentName)
applicationName
- The name of the application the environment is associated with.environmentName
- The name of the environment to delete the draft configuration from.public void setApplicationName(String applicationName)
The name of the application the environment is associated with.
applicationName
- The name of the application the environment is associated with.public String getApplicationName()
The name of the application the environment is associated with.
public DeleteEnvironmentConfigurationRequest withApplicationName(String applicationName)
The name of the application the environment is associated with.
applicationName
- The name of the application the environment is associated with.public void setEnvironmentName(String environmentName)
The name of the environment to delete the draft configuration from.
environmentName
- The name of the environment to delete the draft configuration from.public String getEnvironmentName()
The name of the environment to delete the draft configuration from.
public DeleteEnvironmentConfigurationRequest withEnvironmentName(String environmentName)
The name of the environment to delete the draft configuration from.
environmentName
- The name of the environment to delete the draft configuration from.public String toString()
toString
in class Object
Object.toString()
public DeleteEnvironmentConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.