com.amazonaws.services.ec2.model
Class DescribeDhcpOptionsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DescribeDhcpOptionsRequest

public class DescribeDhcpOptionsRequest
extends AmazonWebServiceRequest

Describe Dhcp Options Request


Constructor Summary
DescribeDhcpOptionsRequest()
           
 
Method Summary
 List<String> getDhcpOptionsIds()
          Returns the value of the DhcpOptionsIds property for this object.
 void setDhcpOptionsIds(Collection<String> dhcpOptionsIds)
          Sets the value of the DhcpOptionsIds property for this object.
 String toString()
           
 DescribeDhcpOptionsRequest withDhcpOptionsIds(Collection<String> dhcpOptionsIds)
          Sets the value of the DhcpOptionsIds property for this object.
 DescribeDhcpOptionsRequest withDhcpOptionsIds(String... dhcpOptionsIds)
          Sets the value of the DhcpOptionsIds property for this object.
 
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

DescribeDhcpOptionsRequest

public DescribeDhcpOptionsRequest()
Method Detail

getDhcpOptionsIds

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

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

setDhcpOptionsIds

public void setDhcpOptionsIds(Collection<String> dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object.

Parameters:
dhcpOptionsIds - The new value for the DhcpOptionsIds property for this object.

withDhcpOptionsIds

public DescribeDhcpOptionsRequest withDhcpOptionsIds(String... dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object.

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

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

withDhcpOptionsIds

public DescribeDhcpOptionsRequest withDhcpOptionsIds(Collection<String> dhcpOptionsIds)
Sets the value of the DhcpOptionsIds property for this object.

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

Parameters:
dhcpOptionsIds - The new value for the DhcpOptionsIds property for this object.
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.