ToCopyableBuilder<DescribeNatGatewaysResponse.Builder,DescribeNatGatewaysResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeNatGatewaysResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeNatGatewaysResponse.Builder,DescribeNatGatewaysResponse>
Contains the output of DescribeNatGateways.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeNatGatewaysResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeNatGatewaysResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<NatGateway> |
natGateways() |
Information about the NAT gateways.
|
String |
nextToken() |
The token to use to retrieve the next page of results.
|
static Class<? extends DescribeNatGatewaysResponse.Builder> |
serializableBuilderClass() |
|
DescribeNatGatewaysResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<NatGateway> natGateways()
Information about the NAT gateways.
public String nextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeNatGatewaysResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeNatGatewaysResponse.Builder,DescribeNatGatewaysResponse>
public static DescribeNatGatewaysResponse.Builder builder()
public static Class<? extends DescribeNatGatewaysResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.