@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocalGatewayVirtualInterfacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLocalGatewayVirtualInterfacesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLocalGatewayVirtualInterfacesResult |
clone() |
boolean |
equals(Object obj) |
List<LocalGatewayVirtualInterface> |
getLocalGatewayVirtualInterfaces()
Information about the virtual interfaces.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setLocalGatewayVirtualInterfaces(Collection<LocalGatewayVirtualInterface> localGatewayVirtualInterfaces)
Information about the virtual interfaces.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocalGatewayVirtualInterfacesResult |
withLocalGatewayVirtualInterfaces(Collection<LocalGatewayVirtualInterface> localGatewayVirtualInterfaces)
Information about the virtual interfaces.
|
DescribeLocalGatewayVirtualInterfacesResult |
withLocalGatewayVirtualInterfaces(LocalGatewayVirtualInterface... localGatewayVirtualInterfaces)
Information about the virtual interfaces.
|
DescribeLocalGatewayVirtualInterfacesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeLocalGatewayVirtualInterfacesResult()
public List<LocalGatewayVirtualInterface> getLocalGatewayVirtualInterfaces()
Information about the virtual interfaces.
public void setLocalGatewayVirtualInterfaces(Collection<LocalGatewayVirtualInterface> localGatewayVirtualInterfaces)
Information about the virtual interfaces.
localGatewayVirtualInterfaces
- Information about the virtual interfaces.public DescribeLocalGatewayVirtualInterfacesResult withLocalGatewayVirtualInterfaces(LocalGatewayVirtualInterface... localGatewayVirtualInterfaces)
Information about the virtual interfaces.
NOTE: This method appends the values to the existing list (if any). Use
setLocalGatewayVirtualInterfaces(java.util.Collection)
or
withLocalGatewayVirtualInterfaces(java.util.Collection)
if you want to override the existing values.
localGatewayVirtualInterfaces
- Information about the virtual interfaces.public DescribeLocalGatewayVirtualInterfacesResult withLocalGatewayVirtualInterfaces(Collection<LocalGatewayVirtualInterface> localGatewayVirtualInterfaces)
Information about the virtual interfaces.
localGatewayVirtualInterfaces
- Information about the virtual interfaces.public void setNextToken(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.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
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 DescribeLocalGatewayVirtualInterfacesResult withNextToken(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.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeLocalGatewayVirtualInterfacesResult clone()
Copyright © 2024. All rights reserved.