public class DeleteDhcpOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteDhcpOptionsRequest>
DeleteDhcpOptions operation
.
Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.
NOOP
Constructor and Description |
---|
DeleteDhcpOptionsRequest()
Default constructor for a new DeleteDhcpOptionsRequest object.
|
DeleteDhcpOptionsRequest(String dhcpOptionsId)
Constructs a new DeleteDhcpOptionsRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteDhcpOptionsRequest |
clone() |
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; useful for testing and
debugging.
|
DeleteDhcpOptionsRequest |
withDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteDhcpOptionsRequest()
public DeleteDhcpOptionsRequest(String dhcpOptionsId)
dhcpOptionsId
- The ID of the DHCP options set.public String getDhcpOptionsId()
public void setDhcpOptionsId(String dhcpOptionsId)
dhcpOptionsId
- The ID of the DHCP options set.public DeleteDhcpOptionsRequest withDhcpOptionsId(String dhcpOptionsId)
Returns a reference to this object so that method calls can be chained together.
dhcpOptionsId
- The ID of the DHCP options set.public Request<DeleteDhcpOptionsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteDhcpOptionsRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteDhcpOptionsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.