com.amazonaws.services.ec2.model
Class CreateDhcpOptionsResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.CreateDhcpOptionsResult

public class CreateDhcpOptionsResult
extends Object

Create Dhcp Options Result


Constructor Summary
CreateDhcpOptionsResult()
           
 
Method Summary
 DhcpOptions getDhcpOptions()
          Returns the value of the DhcpOptions property for this object.
 void setDhcpOptions(DhcpOptions dhcpOptions)
          Sets the value of the DhcpOptions property for this object.
 CreateDhcpOptionsResult withDhcpOptions(DhcpOptions dhcpOptions)
          Sets the value of the DhcpOptions property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateDhcpOptionsResult

public CreateDhcpOptionsResult()
Method Detail

getDhcpOptions

public DhcpOptions getDhcpOptions()
Returns the value of the DhcpOptions property for this object.

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

setDhcpOptions

public void setDhcpOptions(DhcpOptions dhcpOptions)
Sets the value of the DhcpOptions property for this object.

Parameters:
dhcpOptions - The new value for the DhcpOptions property for this object.

withDhcpOptions

public CreateDhcpOptionsResult withDhcpOptions(DhcpOptions dhcpOptions)
Sets the value of the DhcpOptions property for this object.

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

Parameters:
dhcpOptions - The new value for the DhcpOptions 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.