@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 |
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.
|
int |
hashCode() |
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.
|
String |
toString()
Returns a string representation of this object.
|
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.
|
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 void setConnectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile
in the AWS 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 AWS
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 AWS account,
and is used to query the downstream connector.
ConnectorProfile
in the AWS
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 AWS 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 AWS
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.ConnectorType
public String getConnectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
ConnectorType
public 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.ConnectorType
public 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.ConnectorType
public 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 String toString()
toString
in class Object
Object.toString()
public ListConnectorEntitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()