public class CreateDhcpOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
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
| コンストラクタと説明 |
|---|
CreateDhcpOptionsRequest()
Default constructor for a new CreateDhcpOptionsRequest object.
|
CreateDhcpOptionsRequest(java.util.List<DhcpConfiguration> dhcpConfigurations)
Constructs a new CreateDhcpOptionsRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<DhcpConfiguration> |
getDhcpConfigurations()
A set of one or more DHCP configurations.
|
int |
hashCode() |
void |
setDhcpConfigurations(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
A set of one or more DHCP configurations.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDhcpOptionsRequest |
withDhcpConfigurations(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
A set of one or more DHCP configurations.
|
CreateDhcpOptionsRequest |
withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A set of one or more DHCP configurations.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic CreateDhcpOptionsRequest()
public CreateDhcpOptionsRequest(java.util.List<DhcpConfiguration> dhcpConfigurations)
dhcpConfigurations - A set of one or more DHCP configurations.public java.util.List<DhcpConfiguration> getDhcpConfigurations()
public void setDhcpConfigurations(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object