@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConnectorEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListConnectorEntitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListConnectorEntitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiVersion()
The version of the API that's used by the connector.
|
String |
getConnectorProfileName()
The name of the connector profile.
|
String |
getConnectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
String |
getEntitiesPath()
This optional parameter is specific to connector implementation.
|
Integer |
getMaxResults()
The maximum number of items that the operation returns in the response.
|
String |
getNextToken()
A token that was provided by your prior
ListConnectorEntities operation if the response was too big
for the page size. |
int |
hashCode() |
void |
setApiVersion(String apiVersion)
The version of the API that's used by the connector.
|
void |
setConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
void |
setConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
void |
setEntitiesPath(String entitiesPath)
This optional parameter is specific to connector implementation.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items that the operation returns in the response.
|
void |
setNextToken(String nextToken)
A token that was provided by your prior
ListConnectorEntities operation if the response was too big
for the page size. |
String |
toString()
Returns a string representation of this object.
|
ListConnectorEntitiesRequest |
withApiVersion(String apiVersion)
The version of the API that's used by the connector.
|
ListConnectorEntitiesRequest |
withConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
ListConnectorEntitiesRequest |
withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ListConnectorEntitiesRequest |
withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ListConnectorEntitiesRequest |
withEntitiesPath(String entitiesPath)
This optional parameter is specific to connector implementation.
|
ListConnectorEntitiesRequest |
withMaxResults(Integer maxResults)
The maximum number of items that the operation returns in the response.
|
ListConnectorEntitiesRequest |
withNextToken(String nextToken)
A token that was provided by your prior
ListConnectorEntities operation if the response was too big
for the page size. |
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, withSdkRequestTimeoutpublic void setConnectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web
Services account, and is used to query the downstream connector.
connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon
Web Services account, and is used to query the downstream connector.public String getConnectorProfileName()
The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web
Services account, and is used to query the downstream connector.
ConnectorProfile in the
Amazon Web Services account, and is used to query the downstream connector.public ListConnectorEntitiesRequest withConnectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web
Services account, and is used to query the downstream connector.
connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon
Web Services account, and is used to query the downstream connector.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 ListConnectorEntitiesRequest 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 ListConnectorEntitiesRequest 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 setEntitiesPath(String entitiesPath)
This optional parameter is specific to connector implementation. Some connectors support multiple levels or
categories of entities. You can find out the list of roots for such providers by sending a request without the
entitiesPath parameter. If the connector supports entities at different roots, this initial request
returns the list of roots. Otherwise, this request returns all entities supported by the provider.
entitiesPath - This optional parameter is specific to connector implementation. Some connectors support multiple levels
or categories of entities. You can find out the list of roots for such providers by sending a request
without the entitiesPath parameter. If the connector supports entities at different roots,
this initial request returns the list of roots. Otherwise, this request returns all entities supported by
the provider.public String getEntitiesPath()
This optional parameter is specific to connector implementation. Some connectors support multiple levels or
categories of entities. You can find out the list of roots for such providers by sending a request without the
entitiesPath parameter. If the connector supports entities at different roots, this initial request
returns the list of roots. Otherwise, this request returns all entities supported by the provider.
entitiesPath parameter. If the connector supports entities at different roots,
this initial request returns the list of roots. Otherwise, this request returns all entities supported by
the provider.public ListConnectorEntitiesRequest withEntitiesPath(String entitiesPath)
This optional parameter is specific to connector implementation. Some connectors support multiple levels or
categories of entities. You can find out the list of roots for such providers by sending a request without the
entitiesPath parameter. If the connector supports entities at different roots, this initial request
returns the list of roots. Otherwise, this request returns all entities supported by the provider.
entitiesPath - This optional parameter is specific to connector implementation. Some connectors support multiple levels
or categories of entities. You can find out the list of roots for such providers by sending a request
without the entitiesPath parameter. If the connector supports entities at different roots,
this initial request returns the list of roots. Otherwise, this request returns all entities supported by
the provider.public void setApiVersion(String apiVersion)
The version of the API that's used by the connector.
apiVersion - The version of the API that's used by the connector.public String getApiVersion()
The version of the API that's used by the connector.
public ListConnectorEntitiesRequest withApiVersion(String apiVersion)
The version of the API that's used by the connector.
apiVersion - The version of the API that's used by the connector.public void setMaxResults(Integer maxResults)
The maximum number of items that the operation returns in the response.
maxResults - The maximum number of items that the operation returns in the response.public Integer getMaxResults()
The maximum number of items that the operation returns in the response.
public ListConnectorEntitiesRequest withMaxResults(Integer maxResults)
The maximum number of items that the operation returns in the response.
maxResults - The maximum number of items that the operation returns in the response.public void setNextToken(String nextToken)
A token that was provided by your prior ListConnectorEntities operation if the response was too big
for the page size. You specify this token to get the next page of results in paginated response.
nextToken - A token that was provided by your prior ListConnectorEntities operation if the response was
too big for the page size. You specify this token to get the next page of results in paginated response.public String getNextToken()
A token that was provided by your prior ListConnectorEntities operation if the response was too big
for the page size. You specify this token to get the next page of results in paginated response.
ListConnectorEntities operation if the response was
too big for the page size. You specify this token to get the next page of results in paginated response.public ListConnectorEntitiesRequest withNextToken(String nextToken)
A token that was provided by your prior ListConnectorEntities operation if the response was too big
for the page size. You specify this token to get the next page of results in paginated response.
nextToken - A token that was provided by your prior ListConnectorEntities operation if the response was
too big for the page size. You specify this token to get the next page of results in paginated response.public String toString()
toString in class ObjectObject.toString()public ListConnectorEntitiesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()