Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class DhcpOptions

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DhcpOptions
All Implemented Interfaces:
Serializable

public class DhcpOptions
extends Object
implements Serializable

The DhcpOptions data type.

See Also:
Serialized Form

Constructor Summary
DhcpOptions()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<DhcpConfiguration> getDhcpConfigurations()
          Contains information about the set of DHCP options.
 String getDhcpOptionsId()
          Specifies the ID of the set of DHCP options.
 List<Tag> getTags()
          A list of tags for the DhcpOptions.
 int hashCode()
           
 void setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Contains information about the set of DHCP options.
 void setDhcpOptionsId(String dhcpOptionsId)
          Specifies the ID of the set of DHCP options.
 void setTags(Collection<Tag> tags)
          A list of tags for the DhcpOptions.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DhcpOptions withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
          Contains information about the set of DHCP options.
 DhcpOptions withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
          Contains information about the set of DHCP options.
 DhcpOptions withDhcpOptionsId(String dhcpOptionsId)
          Specifies the ID of the set of DHCP options.
 DhcpOptions withTags(Collection<Tag> tags)
          A list of tags for the DhcpOptions.
 DhcpOptions withTags(Tag... tags)
          A list of tags for the DhcpOptions.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DhcpOptions

public DhcpOptions()
Method Detail

getDhcpOptionsId

public String getDhcpOptionsId()
Specifies the ID of the set of DHCP options.

Returns:
Specifies the ID of the set of DHCP options.

setDhcpOptionsId

public void setDhcpOptionsId(String dhcpOptionsId)
Specifies the ID of the set of DHCP options.

Parameters:
dhcpOptionsId - Specifies the ID of the set of DHCP options.

withDhcpOptionsId

public DhcpOptions withDhcpOptionsId(String dhcpOptionsId)
Specifies the ID of the set of DHCP options.

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

Parameters:
dhcpOptionsId - Specifies the ID of the set of DHCP options.
Returns:
A reference to this updated object so that method calls can be chained together.

getDhcpConfigurations

public List<DhcpConfiguration> getDhcpConfigurations()
Contains information about the set of DHCP options.

Returns:
Contains information about the set of DHCP options.

setDhcpConfigurations

public void setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Contains information about the set of DHCP options.

Parameters:
dhcpConfigurations - Contains information about the set of DHCP options.

withDhcpConfigurations

public DhcpOptions withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
Contains information about the set of DHCP options.

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

Parameters:
dhcpConfigurations - Contains information about the set of DHCP options.
Returns:
A reference to this updated object so that method calls can be chained together.

withDhcpConfigurations

public DhcpOptions withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Contains information about the set of DHCP options.

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

Parameters:
dhcpConfigurations - Contains information about the set of DHCP options.
Returns:
A reference to this updated object so that method calls can be chained together.

getTags

public List<Tag> getTags()
A list of tags for the DhcpOptions.

Returns:
A list of tags for the DhcpOptions.

setTags

public void setTags(Collection<Tag> tags)
A list of tags for the DhcpOptions.

Parameters:
tags - A list of tags for the DhcpOptions.

withTags

public DhcpOptions withTags(Tag... tags)
A list of tags for the DhcpOptions.

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

Parameters:
tags - A list of tags for the DhcpOptions.
Returns:
A reference to this updated object so that method calls can be chained together.

withTags

public DhcpOptions withTags(Collection<Tag> tags)
A list of tags for the DhcpOptions.

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

Parameters:
tags - A list of tags for the DhcpOptions.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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