@Generated(value="software.amazon.awssdk:codegen") public class DhcpOptions extends Object implements software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
static Class<? extends DhcpOptions.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Any tags assigned to the DHCP options set.
|
DhcpOptions.Builder |
toBuilder() |
String |
toString() |
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 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<DhcpOptions.Builder,DhcpOptions>public static DhcpOptions.Builder builder()
public static Class<? extends DhcpOptions.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.