@Generated(value="software.amazon.awssdk:codegen") public final class DhcpConfiguration extends Object implements ToCopyableBuilder<DhcpConfiguration.Builder,DhcpConfiguration>
Describes a DHCP configuration option.
Modifier and Type | Class and Description |
---|---|
static interface |
DhcpConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static DhcpConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The name of a DHCP option.
|
static Class<? extends DhcpConfiguration.Builder> |
serializableBuilderClass() |
DhcpConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<String> |
values()
One or more values for the DHCP option.
|
copy
public String key()
The name of a DHCP option.
public List<String> values()
One or more values for the DHCP option.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DhcpConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DhcpConfiguration.Builder,DhcpConfiguration>
public static DhcpConfiguration.Builder builder()
public static Class<? extends DhcpConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.