Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AssociateDhcpOptionsRequest.Builder,AssociateDhcpOptionsRequest>
@Generated("software.amazon.awssdk:codegen") public class AssociateDhcpOptionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AssociateDhcpOptionsRequest.Builder,AssociateDhcpOptionsRequest>
Contains the parameters for AssociateDhcpOptions.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociateDhcpOptionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AssociateDhcpOptionsRequest.Builder |
builder() |
|
String |
dhcpOptionsId() |
The ID of the DHCP options set, or
default to associate no DHCP options with the VPC. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends AssociateDhcpOptionsRequest.Builder> |
serializableBuilderClass() |
|
AssociateDhcpOptionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String dhcpOptionsId()
The ID of the DHCP options set, or default
to associate no DHCP options with the VPC.
default
to associate no DHCP options with the VPC.public String vpcId()
The ID of the VPC.
public AssociateDhcpOptionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociateDhcpOptionsRequest.Builder,AssociateDhcpOptionsRequest>
public static AssociateDhcpOptionsRequest.Builder builder()
public static Class<? extends AssociateDhcpOptionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.