@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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<DhcpOptions.Builder,DhcpOptions>public static DhcpOptions.Builder builder()
public static Class<? extends DhcpOptions.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.