@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConnectorsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConnectorsResult |
addConnectorConfigurationsEntry(String key,
ConnectorConfiguration value)
Add a single ConnectorConfigurations entry
|
DescribeConnectorsResult |
clearConnectorConfigurationsEntries()
Removes all the entries added into ConnectorConfigurations.
|
DescribeConnectorsResult |
clone() |
boolean |
equals(Object obj) |
Map<String,ConnectorConfiguration> |
getConnectorConfigurations()
The configuration that is applied to the connectors used in the flow.
|
List<ConnectorDetail> |
getConnectors()
Information about the connectors supported in Amazon AppFlow.
|
String |
getNextToken()
The pagination token for the next page of data.
|
int |
hashCode() |
void |
setConnectorConfigurations(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
|
void |
setConnectors(Collection<ConnectorDetail> connectors)
Information about the connectors supported in Amazon AppFlow.
|
void |
setNextToken(String nextToken)
The pagination token for the next page of data.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectorsResult |
withConnectorConfigurations(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
|
DescribeConnectorsResult |
withConnectors(Collection<ConnectorDetail> connectors)
Information about the connectors supported in Amazon AppFlow.
|
DescribeConnectorsResult |
withConnectors(ConnectorDetail... connectors)
Information about the connectors supported in Amazon AppFlow.
|
DescribeConnectorsResult |
withNextToken(String nextToken)
The pagination token for the next page of data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,ConnectorConfiguration> getConnectorConfigurations()
The configuration that is applied to the connectors used in the flow.
public void setConnectorConfigurations(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
connectorConfigurations
- The configuration that is applied to the connectors used in the flow.public DescribeConnectorsResult withConnectorConfigurations(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
connectorConfigurations
- The configuration that is applied to the connectors used in the flow.public DescribeConnectorsResult addConnectorConfigurationsEntry(String key, ConnectorConfiguration value)
public DescribeConnectorsResult clearConnectorConfigurationsEntries()
public List<ConnectorDetail> getConnectors()
Information about the connectors supported in Amazon AppFlow.
public void setConnectors(Collection<ConnectorDetail> connectors)
Information about the connectors supported in Amazon AppFlow.
connectors
- Information about the connectors supported in Amazon AppFlow.public DescribeConnectorsResult withConnectors(ConnectorDetail... connectors)
Information about the connectors supported in 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
- Information about the connectors supported in Amazon AppFlow.public DescribeConnectorsResult withConnectors(Collection<ConnectorDetail> connectors)
Information about the connectors supported in Amazon AppFlow.
connectors
- Information about the connectors supported in Amazon AppFlow.public void setNextToken(String nextToken)
The pagination token for the next page of data.
nextToken
- The pagination token for the next page of data.public String getNextToken()
The pagination token for the next page of data.
public DescribeConnectorsResult withNextToken(String nextToken)
The pagination token for the next page of data.
nextToken
- The pagination token for the next page of data.public String toString()
toString
in class Object
Object.toString()
public DescribeConnectorsResult clone()