@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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.
ConnectorType
public 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.
ConnectorType
public 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.
ConnectorType
public 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.
ConnectorType
public 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.
ConnectorType
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 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 Object
Object.toString()
public DescribeConnectorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()