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


Constructor Summary
CreateDhcpOptionsRequest()
           
 
Method Summary
 DhcpConfiguration getDhcpConfiguration()
          A set of one or more DHCP configurations.
 void setDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
          A set of one or more DHCP configurations.
 String toString()
           
 CreateDhcpOptionsRequest withDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
          A set of one or more DHCP configurations.
 
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

CreateDhcpOptionsRequest

public CreateDhcpOptionsRequest()
Method Detail

getDhcpConfiguration

public DhcpConfiguration getDhcpConfiguration()
A set of one or more DHCP configurations.

Returns:
A set of one or more DHCP configurations.

setDhcpConfiguration

public void setDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
A set of one or more DHCP configurations.

Parameters:
dhcpConfiguration - A set of one or more DHCP configurations.

withDhcpConfiguration

public CreateDhcpOptionsRequest withDhcpConfiguration(DhcpConfiguration dhcpConfiguration)
A set of one or more DHCP configurations.

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

Parameters:
dhcpConfiguration - A set of one or more DHCP configurations.
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.