public class CreateDhcpOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateDhcpOptionsRequest>
Contains the parameters for CreateDhcpOptions.
NOOP| Constructor and Description |
|---|
CreateDhcpOptionsRequest()
Default constructor for CreateDhcpOptionsRequest object.
|
CreateDhcpOptionsRequest(List<DhcpConfiguration> dhcpConfigurations)
Constructs a new CreateDhcpOptionsRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDhcpOptionsRequest |
clone() |
boolean |
equals(Object obj) |
List<DhcpConfiguration> |
getDhcpConfigurations()
A DHCP configuration option.
|
Request<CreateDhcpOptionsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDhcpOptionsRequest |
withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
CreateDhcpOptionsRequest |
withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A DHCP configuration option.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CreateDhcpOptionsRequest()
public CreateDhcpOptionsRequest(List<DhcpConfiguration> dhcpConfigurations)
dhcpConfigurations - A DHCP configuration option.public List<DhcpConfiguration> getDhcpConfigurations()
A DHCP configuration option.
public void setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
dhcpConfigurations - A DHCP configuration option.public CreateDhcpOptionsRequest withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A DHCP configuration option.
NOTE: This method appends the values to the existing list (if
any). Use setDhcpConfigurations(java.util.Collection) or
withDhcpConfigurations(java.util.Collection) if you want to
override the existing values.
dhcpConfigurations - A DHCP configuration option.public CreateDhcpOptionsRequest withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
dhcpConfigurations - A DHCP configuration option.public Request<CreateDhcpOptionsRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CreateDhcpOptionsRequest>public String toString()
toString in class ObjectObject.toString()public CreateDhcpOptionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.