com.amazonaws.services.ec2.model
Class CreateDhcpOptionsResult

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

public class CreateDhcpOptionsResult
extends Object


Constructor Summary
CreateDhcpOptionsResult()
           
 
Method Summary
 DhcpOptions getDhcpOptions()
          A set of one or more DHCP options.
 void setDhcpOptions(DhcpOptions dhcpOptions)
          A set of one or more DHCP options.
 String toString()
           
 CreateDhcpOptionsResult withDhcpOptions(DhcpOptions dhcpOptions)
          A set of one or more DHCP options.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateDhcpOptionsResult

public CreateDhcpOptionsResult()
Method Detail

getDhcpOptions

public DhcpOptions getDhcpOptions()
A set of one or more DHCP options.

Returns:
A set of one or more DHCP options.

setDhcpOptions

public void setDhcpOptions(DhcpOptions dhcpOptions)
A set of one or more DHCP options.

Parameters:
dhcpOptions - A set of one or more DHCP options.

withDhcpOptions

public CreateDhcpOptionsResult withDhcpOptions(DhcpOptions dhcpOptions)
A set of one or more DHCP options.

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

Parameters:
dhcpOptions - A set of one or more DHCP options.
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.