@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConnectorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListConnectorsResult() |
Modifier and Type | Method and Description |
---|---|
ListConnectorsResult |
clone() |
boolean |
equals(Object obj) |
List<ConnectorDetail> |
getConnectors()
Contains information about the connectors supported by Amazon AppFlow.
|
String |
getNextToken()
The pagination token for the next page of data.
|
int |
hashCode() |
void |
setConnectors(Collection<ConnectorDetail> connectors)
Contains information about the connectors supported by Amazon AppFlow.
|
void |
setNextToken(String nextToken)
The pagination token for the next page of data.
|
String |
toString()
Returns a string representation of this object.
|
ListConnectorsResult |
withConnectors(Collection<ConnectorDetail> connectors)
Contains information about the connectors supported by Amazon AppFlow.
|
ListConnectorsResult |
withConnectors(ConnectorDetail... connectors)
Contains information about the connectors supported by Amazon AppFlow.
|
ListConnectorsResult |
withNextToken(String nextToken)
The pagination token for the next page of data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConnectorDetail> getConnectors()
Contains information about the connectors supported by Amazon AppFlow.
public void setConnectors(Collection<ConnectorDetail> connectors)
Contains information about the connectors supported by Amazon AppFlow.
connectors
- Contains information about the connectors supported by Amazon AppFlow.public ListConnectorsResult withConnectors(ConnectorDetail... connectors)
Contains information about the connectors supported by Amazon AppFlow.
NOTE: This method appends the values to the existing list (if any). Use
setConnectors(java.util.Collection)
or withConnectors(java.util.Collection)
if you want to
override the existing values.
connectors
- Contains information about the connectors supported by Amazon AppFlow.public ListConnectorsResult withConnectors(Collection<ConnectorDetail> connectors)
Contains information about the connectors supported by Amazon AppFlow.
connectors
- Contains information about the connectors supported by Amazon AppFlow.public void setNextToken(String nextToken)
The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
nextToken
- The pagination token for the next page of data. If nextToken=null, this means that all records have been
fetched.public String getNextToken()
The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
public ListConnectorsResult withNextToken(String nextToken)
The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
nextToken
- The pagination token for the next page of data. If nextToken=null, this means that all records have been
fetched.public String toString()
toString
in class Object
Object.toString()
public ListConnectorsResult clone()