@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVPCConnectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVPCConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
ListVPCConnectionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
List<VPCConnectionSummary> |
getVPCConnectionSummaries()
A
VPCConnectionSummaries object that returns a summary of VPC connection objects. |
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setVPCConnectionSummaries(Collection<VPCConnectionSummary> vPCConnectionSummaries)
A
VPCConnectionSummaries object that returns a summary of VPC connection objects. |
String |
toString()
Returns a string representation of this object.
|
ListVPCConnectionsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListVPCConnectionsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListVPCConnectionsResult |
withStatus(Integer status)
The HTTP status of the request.
|
ListVPCConnectionsResult |
withVPCConnectionSummaries(Collection<VPCConnectionSummary> vPCConnectionSummaries)
A
VPCConnectionSummaries object that returns a summary of VPC connection objects. |
ListVPCConnectionsResult |
withVPCConnectionSummaries(VPCConnectionSummary... vPCConnectionSummaries)
A
VPCConnectionSummaries object that returns a summary of VPC connection objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<VPCConnectionSummary> getVPCConnectionSummaries()
A VPCConnectionSummaries
object that returns a summary of VPC connection objects.
VPCConnectionSummaries
object that returns a summary of VPC connection objects.public void setVPCConnectionSummaries(Collection<VPCConnectionSummary> vPCConnectionSummaries)
A VPCConnectionSummaries
object that returns a summary of VPC connection objects.
vPCConnectionSummaries
- A VPCConnectionSummaries
object that returns a summary of VPC connection objects.public ListVPCConnectionsResult withVPCConnectionSummaries(VPCConnectionSummary... vPCConnectionSummaries)
A VPCConnectionSummaries
object that returns a summary of VPC connection objects.
NOTE: This method appends the values to the existing list (if any). Use
setVPCConnectionSummaries(java.util.Collection)
or
withVPCConnectionSummaries(java.util.Collection)
if you want to override the existing values.
vPCConnectionSummaries
- A VPCConnectionSummaries
object that returns a summary of VPC connection objects.public ListVPCConnectionsResult withVPCConnectionSummaries(Collection<VPCConnectionSummary> vPCConnectionSummaries)
A VPCConnectionSummaries
object that returns a summary of VPC connection objects.
vPCConnectionSummaries
- A VPCConnectionSummaries
object that returns a summary of VPC connection objects.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListVPCConnectionsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public ListVPCConnectionsResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public ListVPCConnectionsResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public ListVPCConnectionsResult clone()