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