com.amazonaws.services.ec2.model
Class DeleteDhcpOptionsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DeleteDhcpOptionsRequest

public class DeleteDhcpOptionsRequest
extends AmazonWebServiceRequest


Constructor Summary
DeleteDhcpOptionsRequest()
           
 
Method Summary
 String getDhcpOptionsId()
          The ID of the DHCP options set to delete.
 void setDhcpOptionsId(String dhcpOptionsId)
          The ID of the DHCP options set to delete.
 String toString()
           
 DeleteDhcpOptionsRequest withDhcpOptionsId(String dhcpOptionsId)
          The ID of the DHCP options set to delete.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteDhcpOptionsRequest

public DeleteDhcpOptionsRequest()
Method Detail

getDhcpOptionsId

public String getDhcpOptionsId()
The ID of the DHCP options set to delete.

Returns:
The ID of the DHCP options set to delete.

setDhcpOptionsId

public void setDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set to delete.

Parameters:
dhcpOptionsId - The ID of the DHCP options set to delete.

withDhcpOptionsId

public DeleteDhcpOptionsRequest withDhcpOptionsId(String dhcpOptionsId)
The ID of the DHCP options set to delete.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dhcpOptionsId - The ID of the DHCP options set to delete.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.