@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeConnectorsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getConnectorTypes()
The type of connector, such as Salesforce, Amplitude, and so on.
|
String |
getNextToken()
The pagination token for the next page of data.
|
int |
hashCode() |
void |
setConnectorTypes(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
void |
setNextToken(String nextToken)
The pagination token for the next page of data.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectorsRequest |
withConnectorTypes(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest |
withConnectorTypes(ConnectorType... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest |
withConnectorTypes(String... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest |
withNextToken(String nextToken)
The pagination token for the next page of data.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getConnectorTypes()
The type of connector, such as Salesforce, Amplitude, and so on.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
ConnectorTypepublic void setConnectorTypes(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on. Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
ConnectorTypepublic DescribeConnectorsRequest withConnectorTypes(String... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
NOTE: This method appends the values to the existing list (if any). Use
setConnectorTypes(java.util.Collection) or withConnectorTypes(java.util.Collection) if you want
to override the existing values.
connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on. Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
ConnectorTypepublic DescribeConnectorsRequest withConnectorTypes(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on. Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
ConnectorTypepublic DescribeConnectorsRequest withConnectorTypes(ConnectorType... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on. Locke refers to a new destination known as Amazon Connect Customer Profiles. At this time, we recommend that you do not use this destination.
ConnectorTypepublic 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 DescribeConnectorsRequest 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 ObjectObject.toString()public DescribeConnectorsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.