@Generated(value="software.amazon.awssdk:codegen") public class CreateDhcpOptionsResponse extends EC2Response implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateDhcpOptionsResponse.Builder,CreateDhcpOptionsResponse>
Contains the output of CreateDhcpOptions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDhcpOptionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateDhcpOptionsResponse.Builder |
builder() |
DhcpOptions |
dhcpOptions()
A set of DHCP options.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends CreateDhcpOptionsResponse.Builder> |
serializableBuilderClass() |
CreateDhcpOptionsResponse.Builder |
toBuilder() |
String |
toString() |
public DhcpOptions dhcpOptions()
A set of DHCP options.
public CreateDhcpOptionsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateDhcpOptionsResponse.Builder,CreateDhcpOptionsResponse>toBuilder in class AwsResponsepublic static CreateDhcpOptionsResponse.Builder builder()
public static Class<? extends CreateDhcpOptionsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2017. All rights reserved.