@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.
|
Integer |
getMaxResults()
The maximum number of items that should be returned in the result set.
|
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 |
setMaxResults(Integer maxResults)
The maximum number of items that should be returned in the result set.
|
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 |
withMaxResults(Integer maxResults)
The maximum number of items that should be returned in the result set.
|
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.
ConnectorType
public void setConnectorTypes(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorTypes
- The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType
public DescribeConnectorsRequest withConnectorTypes(String... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
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.ConnectorType
public DescribeConnectorsRequest withConnectorTypes(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorTypes
- The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType
public DescribeConnectorsRequest withConnectorTypes(ConnectorType... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorTypes
- The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType
public void setMaxResults(Integer maxResults)
The maximum number of items that should be returned in the result set. The default is 20.
maxResults
- The maximum number of items that should be returned in the result set. The default is 20.public Integer getMaxResults()
The maximum number of items that should be returned in the result set. The default is 20.
public DescribeConnectorsRequest withMaxResults(Integer maxResults)
The maximum number of items that should be returned in the result set. The default is 20.
maxResults
- The maximum number of items that should be returned in the result set. The default is 20.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()