@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCarrierGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteCarrierGatewayRequest>
NOOP| Constructor and Description |
|---|
DeleteCarrierGatewayRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCarrierGatewayRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCarrierGatewayId()
The ID of the carrier gateway.
|
Request<DeleteCarrierGatewayRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setCarrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCarrierGatewayRequest |
withCarrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
|
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, withSdkRequestTimeoutpublic void setCarrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
carrierGatewayId - The ID of the carrier gateway.public String getCarrierGatewayId()
The ID of the carrier gateway.
public DeleteCarrierGatewayRequest withCarrierGatewayId(String carrierGatewayId)
The ID of the carrier gateway.
carrierGatewayId - The ID of the carrier gateway.public Request<DeleteCarrierGatewayRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteCarrierGatewayRequest>public String toString()
toString in class ObjectObject.toString()public DeleteCarrierGatewayRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()