@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocalGatewayVirtualInterfaceGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLocalGatewayVirtualInterfaceGroupsResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeLocalGatewayVirtualInterfaceGroupsResult()
public List<LocalGatewayVirtualInterfaceGroup> getLocalGatewayVirtualInterfaceGroups()
The virtual interface groups.
public void setLocalGatewayVirtualInterfaceGroups(Collection<LocalGatewayVirtualInterfaceGroup> localGatewayVirtualInterfaceGroups)
The virtual interface groups.
localGatewayVirtualInterfaceGroups
- The virtual interface groups.public DescribeLocalGatewayVirtualInterfaceGroupsResult withLocalGatewayVirtualInterfaceGroups(LocalGatewayVirtualInterfaceGroup... localGatewayVirtualInterfaceGroups)
The virtual interface groups.
NOTE: This method appends the values to the existing list (if any). Use
setLocalGatewayVirtualInterfaceGroups(java.util.Collection)
or
withLocalGatewayVirtualInterfaceGroups(java.util.Collection)
if you want to override the existing
values.
localGatewayVirtualInterfaceGroups
- The virtual interface groups.public DescribeLocalGatewayVirtualInterfaceGroupsResult withLocalGatewayVirtualInterfaceGroups(Collection<LocalGatewayVirtualInterfaceGroup> localGatewayVirtualInterfaceGroups)
The virtual interface groups.
localGatewayVirtualInterfaceGroups
- The virtual interface groups.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 DescribeLocalGatewayVirtualInterfaceGroupsResult 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 DescribeLocalGatewayVirtualInterfaceGroupsResult clone()