com.amazonaws.services.ec2.model
Class CreateDhcpOptionsRequest

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

public class CreateDhcpOptionsRequest
extends AmazonWebServiceRequest

Create Dhcp Options Request


Constructor Summary
CreateDhcpOptionsRequest()
           
 
Method Summary
 DhcpConfiguration getDhcpConfiguration()
          Returns the value of the DhcpConfiguration property for this object.
 void setDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
          Sets the value of the DhcpConfiguration property for this object.
 CreateDhcpOptionsRequest withDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
          Sets the value of the DhcpConfiguration property for this object.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDhcpOptionsRequest

public CreateDhcpOptionsRequest()
Method Detail

getDhcpConfiguration

public DhcpConfiguration getDhcpConfiguration()
Returns the value of the DhcpConfiguration property for this object.

Returns:
The value of the DhcpConfiguration property for this object.

setDhcpConfiguration

public void setDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
Sets the value of the DhcpConfiguration property for this object.

Parameters:
dhcpConfiguration - The new value for the DhcpConfiguration property for this object.

withDhcpConfiguration

public CreateDhcpOptionsRequest withDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
Sets the value of the DhcpConfiguration property for this object.

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

Parameters:
dhcpConfiguration - The new value for the DhcpConfiguration property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


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