@Generated(value="software.amazon.awssdk:codegen") public class InternetGateway extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<InternetGateway.Builder,InternetGateway>
Describes an Internet gateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InternetGateway.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<InternetGatewayAttachment> |
attachments()
Any VPCs attached to the Internet gateway.
|
static InternetGateway.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
internetGatewayId()
The ID of the Internet gateway.
|
static Class<? extends InternetGateway.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
Any tags assigned to the Internet gateway.
|
InternetGateway.Builder |
toBuilder() |
String |
toString() |
public List<InternetGatewayAttachment> attachments()
Any VPCs attached to the Internet gateway.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String internetGatewayId()
The ID of the Internet gateway.
public List<Tag> tags()
Any tags assigned to the Internet gateway.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InternetGateway.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InternetGateway.Builder,InternetGateway>public static InternetGateway.Builder builder()
public static Class<? extends InternetGateway.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.