@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectorLabel()
The name of the connector.
|
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 |
setConnectorLabel(String connectorLabel)
The name of the connector.
|
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 |
withConnectorLabel(String connectorLabel)
The name of the connector.
|
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, 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> getConnectorProfileNames()
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web
Services account.
ConnectorProfile
in the
Amazon Web Services account.public void setConnectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web
Services account.
connectorProfileNames
- The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon
Web Services account.public DescribeConnectorProfilesRequest withConnectorProfileNames(String... connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web
Services 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 Amazon
Web Services account.public DescribeConnectorProfilesRequest withConnectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web
Services account.
connectorProfileNames
- The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon
Web Services 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.ConnectorType
public String getConnectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
ConnectorType
public 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.ConnectorType
public 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.ConnectorType
public void setConnectorLabel(String connectorLabel)
The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
connectorLabel
- The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon
Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public String getConnectorLabel()
The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
ConnectorRegistration
in your Amazon
Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public DescribeConnectorProfilesRequest withConnectorLabel(String connectorLabel)
The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
connectorLabel
- The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon
Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public 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 Object
Object.toString()
public DescribeConnectorProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()