|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CreateDhcpOptionsRequest
public class CreateDhcpOptionsRequest
Container for the parameters to the CreateDhcpOptions operation
.
Creates a set of DHCP options that you can then associate with one or more VPCs, causing all existing and new instances that you launch in those VPCs to use the set of DHCP options. The following table lists the individual DHCP options you can specify. For more information about the options, go to http://www.ietf.org/rfc/rfc2132.txt
AmazonEC2.createDhcpOptions(CreateDhcpOptionsRequest)
,
Serialized FormConstructor Summary | |
---|---|
CreateDhcpOptionsRequest()
Default constructor for a new CreateDhcpOptionsRequest object. |
|
CreateDhcpOptionsRequest(List<DhcpConfiguration> dhcpConfigurations)
Constructs a new CreateDhcpOptionsRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<DhcpConfiguration> |
getDhcpConfigurations()
A set of one or more DHCP configurations. |
int |
hashCode()
|
void |
setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A set of one or more DHCP configurations. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateDhcpOptionsRequest |
withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A set of one or more DHCP configurations. |
CreateDhcpOptionsRequest |
withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A set of one or more DHCP configurations. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateDhcpOptionsRequest()
public CreateDhcpOptionsRequest(List<DhcpConfiguration> dhcpConfigurations)
dhcpConfigurations
- A set of one or more DHCP configurations.Method Detail |
---|
public List<DhcpConfiguration> getDhcpConfigurations()
public void setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
dhcpConfigurations
- A set of one or more DHCP configurations.public CreateDhcpOptionsRequest withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
Returns a reference to this object so that method calls can be chained together.
dhcpConfigurations
- A set of one or more DHCP configurations.
public CreateDhcpOptionsRequest withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
Returns a reference to this object so that method calls can be chained together.
dhcpConfigurations
- A set of one or more DHCP configurations.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |