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