@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDhcpConfigurations()
Returns true if the DhcpConfigurations property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
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 boolean hasDhcpConfigurations()
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.
You can use hasDhcpConfigurations() to see if a value was sent in this field.
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 boolean hasTags()
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.
You can use hasTags() to see if a value was sent in this field.
public DhcpOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DhcpOptions.Builder,DhcpOptions>public static DhcpOptions.Builder builder()
public static Class<? extends DhcpOptions.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.