@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConnectionsFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters the connection definitions returned by the GetConnections API.
| Constructor and Description |
|---|
GetConnectionsFilter() |
| Modifier and Type | Method and Description |
|---|---|
GetConnectionsFilter |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionType()
The type of connections to return.
|
List<String> |
getMatchCriteria()
A criteria string that must match the criteria recorded in the connection definition for that connection
definition to be returned.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConnectionType(String connectionType)
The type of connections to return.
|
void |
setMatchCriteria(Collection<String> matchCriteria)
A criteria string that must match the criteria recorded in the connection definition for that connection
definition to be returned.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetConnectionsFilter |
withConnectionType(ConnectionType connectionType)
The type of connections to return.
|
GetConnectionsFilter |
withConnectionType(String connectionType)
The type of connections to return.
|
GetConnectionsFilter |
withMatchCriteria(Collection<String> matchCriteria)
A criteria string that must match the criteria recorded in the connection definition for that connection
definition to be returned.
|
GetConnectionsFilter |
withMatchCriteria(String... matchCriteria)
A criteria string that must match the criteria recorded in the connection definition for that connection
definition to be returned.
|
public List<String> getMatchCriteria()
A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
public void setMatchCriteria(Collection<String> matchCriteria)
A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
matchCriteria - A criteria string that must match the criteria recorded in the connection definition for that connection
definition to be returned.public GetConnectionsFilter withMatchCriteria(String... matchCriteria)
A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
NOTE: This method appends the values to the existing list (if any). Use
setMatchCriteria(java.util.Collection) or withMatchCriteria(java.util.Collection) if you want
to override the existing values.
matchCriteria - A criteria string that must match the criteria recorded in the connection definition for that connection
definition to be returned.public GetConnectionsFilter withMatchCriteria(Collection<String> matchCriteria)
A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
matchCriteria - A criteria string that must match the criteria recorded in the connection definition for that connection
definition to be returned.public void setConnectionType(String connectionType)
The type of connections to return.
connectionType - The type of connections to return.ConnectionTypepublic String getConnectionType()
The type of connections to return.
ConnectionTypepublic GetConnectionsFilter withConnectionType(String connectionType)
The type of connections to return.
connectionType - The type of connections to return.ConnectionTypepublic GetConnectionsFilter withConnectionType(ConnectionType connectionType)
The type of connections to return.
connectionType - The type of connections to return.ConnectionTypepublic String toString()
toString in class ObjectObject.toString()public GetConnectionsFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.