@Generated(value="software.amazon.awssdk:codegen") public final class NewDhcpConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NewDhcpConfiguration.Builder,NewDhcpConfiguration>
Modifier and Type | Class and Description |
---|---|
static interface |
NewDhcpConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static NewDhcpConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
Returns the value of the Key property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NewDhcpConfiguration.Builder> |
serializableBuilderClass() |
NewDhcpConfiguration.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()
Returns the value of the Values property for this object.
|
copy
public String key()
public List<String> values()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public NewDhcpConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NewDhcpConfiguration.Builder,NewDhcpConfiguration>
public static NewDhcpConfiguration.Builder builder()
public static Class<? extends NewDhcpConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.