|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeleteDhcpOptionsRequest
public class DeleteDhcpOptionsRequest
Container for the parameters to the 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.
AmazonEC2.deleteDhcpOptions(DeleteDhcpOptionsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteDhcpOptionsRequest()
Default constructor for a new DeleteDhcpOptionsRequest object. |
|
DeleteDhcpOptionsRequest(java.lang.String dhcpOptionsId)
Constructs a new DeleteDhcpOptionsRequest object. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteDhcpOptionsRequest()
public DeleteDhcpOptionsRequest(java.lang.String dhcpOptionsId)
dhcpOptionsId
- The ID of the DHCP options set.Method Detail |
---|
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |