@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRouteRequestParameterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRouteRequestParameterRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRouteRequestParameterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiId()
The API identifier.
|
String |
getRequestParameterKey()
The route request parameter key.
|
String |
getRouteId()
The route ID.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API identifier.
|
void |
setRequestParameterKey(String requestParameterKey)
The route request parameter key.
|
void |
setRouteId(String routeId)
The route ID.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRouteRequestParameterRequest |
withApiId(String apiId)
The API identifier.
|
DeleteRouteRequestParameterRequest |
withRequestParameterKey(String requestParameterKey)
The route request parameter key.
|
DeleteRouteRequestParameterRequest |
withRouteId(String routeId)
The route ID.
|
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 setApiId(String apiId)
The API identifier.
apiId
- The API identifier.public String getApiId()
The API identifier.
public DeleteRouteRequestParameterRequest withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setRequestParameterKey(String requestParameterKey)
The route request parameter key.
requestParameterKey
- The route request parameter key.public String getRequestParameterKey()
The route request parameter key.
public DeleteRouteRequestParameterRequest withRequestParameterKey(String requestParameterKey)
The route request parameter key.
requestParameterKey
- The route request parameter key.public void setRouteId(String routeId)
The route ID.
routeId
- The route ID.public String getRouteId()
The route ID.
public DeleteRouteRequestParameterRequest withRouteId(String routeId)
The route ID.
routeId
- The route ID.public String toString()
toString
in class Object
Object.toString()
public DeleteRouteRequestParameterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()