@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRouteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRouteRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRouteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationIdentifier()
The ID of the application to delete the route from.
|
String |
getEnvironmentIdentifier()
The ID of the environment to delete the route from.
|
String |
getRouteIdentifier()
The ID of the route to delete.
|
int |
hashCode() |
void |
setApplicationIdentifier(String applicationIdentifier)
The ID of the application to delete the route from.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment to delete the route from.
|
void |
setRouteIdentifier(String routeIdentifier)
The ID of the route to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRouteRequest |
withApplicationIdentifier(String applicationIdentifier)
The ID of the application to delete the route from.
|
DeleteRouteRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment to delete the route from.
|
DeleteRouteRequest |
withRouteIdentifier(String routeIdentifier)
The ID of the route 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 void setApplicationIdentifier(String applicationIdentifier)
The ID of the application to delete the route from.
applicationIdentifier
- The ID of the application to delete the route from.public String getApplicationIdentifier()
The ID of the application to delete the route from.
public DeleteRouteRequest withApplicationIdentifier(String applicationIdentifier)
The ID of the application to delete the route from.
applicationIdentifier
- The ID of the application to delete the route from.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment to delete the route from.
environmentIdentifier
- The ID of the environment to delete the route from.public String getEnvironmentIdentifier()
The ID of the environment to delete the route from.
public DeleteRouteRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment to delete the route from.
environmentIdentifier
- The ID of the environment to delete the route from.public void setRouteIdentifier(String routeIdentifier)
The ID of the route to delete.
routeIdentifier
- The ID of the route to delete.public String getRouteIdentifier()
The ID of the route to delete.
public DeleteRouteRequest withRouteIdentifier(String routeIdentifier)
The ID of the route to delete.
routeIdentifier
- The ID of the route to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteRouteRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.