@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInboundConnectionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains a list of connections matching the filter criteria.
Constructor and Description |
---|
DescribeInboundConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInboundConnectionsResult |
clone() |
boolean |
equals(Object obj) |
List<InboundConnection> |
getConnections()
List of inbound connections.
|
String |
getNextToken()
When
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setConnections(Collection<InboundConnection> connections)
List of inbound connections.
|
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
DescribeInboundConnectionsResult |
withConnections(Collection<InboundConnection> connections)
List of inbound connections.
|
DescribeInboundConnectionsResult |
withConnections(InboundConnection... connections)
List of inbound connections.
|
DescribeInboundConnectionsResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<InboundConnection> getConnections()
List of inbound connections.
public void setConnections(Collection<InboundConnection> connections)
List of inbound connections.
connections
- List of inbound connections.public DescribeInboundConnectionsResult withConnections(InboundConnection... connections)
List of inbound connections.
NOTE: This method appends the values to the existing list (if any). Use
setConnections(java.util.Collection)
or withConnections(java.util.Collection)
if you want to
override the existing values.
connections
- List of inbound connections.public DescribeInboundConnectionsResult withConnections(Collection<InboundConnection> connections)
List of inbound connections.
connections
- List of inbound connections.public void setNextToken(String nextToken)
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken
- When nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String getNextToken()
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public DescribeInboundConnectionsResult withNextToken(String nextToken)
When nextToken
is returned, there are more results available. The value of nextToken
is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken
- When nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String toString()
toString
in class Object
Object.toString()
public DescribeInboundConnectionsResult clone()