@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDhcpOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateDhcpOptionsRequest>
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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DhcpConfiguration> |
getDhcpConfigurations()
A DHCP configuration option.
|
Request<CreateDhcpOptionsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<TagSpecification> |
getTagSpecifications()
The tags to assign to the DHCP option.
|
int |
hashCode() |
void |
setDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the DHCP option.
|
String |
toString()
Returns a string representation of this object.
|
CreateDhcpOptionsRequest |
withDhcpConfigurations(Collection<DhcpConfiguration> dhcpConfigurations)
A DHCP configuration option.
|
CreateDhcpOptionsRequest |
withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
A DHCP configuration option.
|
CreateDhcpOptionsRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the DHCP option.
|
CreateDhcpOptionsRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the DHCP option.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 List<TagSpecification> getTagSpecifications()
The tags to assign to the DHCP option.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the DHCP option.
tagSpecifications
- The tags to assign to the DHCP option.public CreateDhcpOptionsRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the DHCP option.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection)
or withTagSpecifications(java.util.Collection)
if
you want to override the existing values.
tagSpecifications
- The tags to assign to the DHCP option.public CreateDhcpOptionsRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the DHCP option.
tagSpecifications
- The tags to assign to the DHCP option.public Request<CreateDhcpOptionsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateDhcpOptionsRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateDhcpOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()