@Generated(value="software.amazon.awssdk:codegen") public class AttachVpnGatewayResponse extends EC2Response implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<AttachVpnGatewayResponse.Builder,AttachVpnGatewayResponse>
Contains the output of AttachVpnGateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachVpnGatewayResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttachVpnGatewayResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends AttachVpnGatewayResponse.Builder> |
serializableBuilderClass() |
AttachVpnGatewayResponse.Builder |
toBuilder() |
String |
toString() |
VpcAttachment |
vpcAttachment()
Information about the attachment.
|
public VpcAttachment vpcAttachment()
Information about the attachment.
public AttachVpnGatewayResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<AttachVpnGatewayResponse.Builder,AttachVpnGatewayResponse>toBuilder in class AwsResponsepublic static AttachVpnGatewayResponse.Builder builder()
public static Class<? extends AttachVpnGatewayResponse.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.