com.amazonaws.services.ec2.model
Class DhcpConfiguration

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

public class DhcpConfiguration
extends Object

Dhcp Configuration


Constructor Summary
DhcpConfiguration()
           
 
Method Summary
 String getKey()
          Returns the value of the Key property for this object.
 List<String> getValues()
          Returns the value of the Values property for this object.
 void setKey(String key)
          Sets the value of the Key property for this object.
 void setValues(Collection<String> values)
          Sets the value of the Values property for this object.
 DhcpConfiguration withKey(String key)
          Sets the value of the Key property for this object.
 DhcpConfiguration withValues(Collection<String> values)
          Sets the value of the Values property for this object.
 DhcpConfiguration withValues(String... values)
          Sets the value of the Values property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DhcpConfiguration

public DhcpConfiguration()
Method Detail

getKey

public String getKey()
Returns the value of the Key property for this object.

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

setKey

public void setKey(String key)
Sets the value of the Key property for this object.

Parameters:
key - The new value for the Key property for this object.

withKey

public DhcpConfiguration withKey(String key)
Sets the value of the Key property for this object.

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

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

getValues

public List<String> getValues()
Returns the value of the Values property for this object.

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

setValues

public void setValues(Collection<String> values)
Sets the value of the Values property for this object.

Parameters:
values - The new value for the Values property for this object.

withValues

public DhcpConfiguration withValues(String... values)
Sets the value of the Values property for this object.

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

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

withValues

public DhcpConfiguration withValues(Collection<String> values)
Sets the value of the Values property for this object.

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

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