com.amazonaws.services.ec2.model
Class DhcpOptions

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

public class DhcpOptions
extends Object

Dhcp Options


Constructor Summary
DhcpOptions()
           
 
Method Summary
 List<DhcpConfiguration> getDhcpConfigurations()
          Returns the value of the DhcpConfigurations property for this object.
 String getDhcpOptionsId()
          Returns the value of the DhcpOptionsId property for this object.
 void setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Sets the value of the DhcpConfigurations property for this object.
 void setDhcpOptionsId(String dhcpOptionsId)
          Sets the value of the DhcpOptionsId property for this object.
 DhcpOptions withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Sets the value of the DhcpConfigurations property for this object.
 DhcpOptions withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
          Sets the value of the DhcpConfigurations property for this object.
 DhcpOptions withDhcpOptionsId(String dhcpOptionsId)
          Sets the value of the DhcpOptionsId property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DhcpOptions

public DhcpOptions()
Method Detail

getDhcpOptionsId

public String getDhcpOptionsId()
Returns the value of the DhcpOptionsId property for this object.

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

setDhcpOptionsId

public void setDhcpOptionsId(String dhcpOptionsId)
Sets the value of the DhcpOptionsId property for this object.

Parameters:
dhcpOptionsId - The new value for the DhcpOptionsId property for this object.

withDhcpOptionsId

public DhcpOptions withDhcpOptionsId(String dhcpOptionsId)
Sets the value of the DhcpOptionsId property for this object.

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

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

getDhcpConfigurations

public List<DhcpConfiguration> getDhcpConfigurations()
Returns the value of the DhcpConfigurations property for this object.

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

setDhcpConfigurations

public void setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Sets the value of the DhcpConfigurations property for this object.

Parameters:
dhcpConfigurations - The new value for the DhcpConfigurations property for this object.

withDhcpConfigurations

public DhcpOptions withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
Sets the value of the DhcpConfigurations property for this object.

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

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

withDhcpConfigurations

public DhcpOptions withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Sets the value of the DhcpConfigurations property for this object.

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

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