@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectorProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeConnectorProfilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorProfilesRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getConnectorProfileNames()
The name of the connector profile.
|
String |
getConnectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
Integer |
getMaxResults()
Specifies 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 |
setConnectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile.
|
void |
setConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
void |
setMaxResults(Integer maxResults)
Specifies 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.
|
DescribeConnectorProfilesRequest |
withConnectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile.
|
DescribeConnectorProfilesRequest |
withConnectorProfileNames(String... connectorProfileNames)
The name of the connector profile.
|
DescribeConnectorProfilesRequest |
withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorProfilesRequest |
withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorProfilesRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
DescribeConnectorProfilesRequest |
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> getConnectorProfileNames()
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.
ConnectorProfile in the AWS
account.public void setConnectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.
connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the AWS
account.public DescribeConnectorProfilesRequest withConnectorProfileNames(String... connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setConnectorProfileNames(java.util.Collection) or
withConnectorProfileNames(java.util.Collection) if you want to override the existing values.
connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the AWS
account.public DescribeConnectorProfilesRequest withConnectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.
connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the AWS
account.public void setConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector, such as Salesforce, Amplitude, and so on.ConnectorTypepublic String getConnectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
ConnectorTypepublic DescribeConnectorProfilesRequest withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector, such as Salesforce, Amplitude, and so on.ConnectorTypepublic DescribeConnectorProfilesRequest withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector, such as Salesforce, Amplitude, and so on.ConnectorTypepublic void setMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults is 20 (for all paginated API operations).
maxResults - Specifies the maximum number of items that should be returned in the result set. The default for
maxResults is 20 (for all paginated API operations).public Integer getMaxResults()
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults is 20 (for all paginated API operations).
maxResults is 20 (for all paginated API operations).public DescribeConnectorProfilesRequest withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults is 20 (for all paginated API operations).
maxResults - Specifies the maximum number of items that should be returned in the result set. The default for
maxResults is 20 (for all paginated API operations).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 DescribeConnectorProfilesRequest 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 DescribeConnectorProfilesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.