public class DeleteDhcpOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, 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.
Constructor and Description |
---|
DeleteDhcpOptionsRequest()
Default constructor for a new DeleteDhcpOptionsRequest object.
|
DeleteDhcpOptionsRequest(java.lang.String dhcpOptionsId)
Constructs a new DeleteDhcpOptionsRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDhcpOptionsId()
The ID of the DHCP options set.
|
Request<DeleteDhcpOptionsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the DHCP options set.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDhcpOptionsRequest |
withDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the DHCP options set.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteDhcpOptionsRequest()
public DeleteDhcpOptionsRequest(java.lang.String dhcpOptionsId)
dhcpOptionsId
- The ID of the DHCP options set.public java.lang.String getDhcpOptionsId()
public void setDhcpOptionsId(java.lang.String dhcpOptionsId)
dhcpOptionsId
- The ID of the DHCP options set.public DeleteDhcpOptionsRequest withDhcpOptionsId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.