@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectorEntityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeConnectorEntityRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorEntityRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorEntityName()
The entity name for that connector.
|
String |
getConnectorProfileName()
The name of the connector profile.
|
String |
getConnectorType()
The type of connector application, such as Salesforce, Amplitude, and so on.
|
int |
hashCode() |
void |
setConnectorEntityName(String connectorEntityName)
The entity name for that connector.
|
void |
setConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
void |
setConnectorType(String connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectorEntityRequest |
withConnectorEntityName(String connectorEntityName)
The entity name for that connector.
|
DescribeConnectorEntityRequest |
withConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
DescribeConnectorEntityRequest |
withConnectorType(ConnectorType connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorEntityRequest |
withConnectorType(String connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
|
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 void setConnectorEntityName(String connectorEntityName)
The entity name for that connector.
connectorEntityName - The entity name for that connector.public String getConnectorEntityName()
The entity name for that connector.
public DescribeConnectorEntityRequest withConnectorEntityName(String connectorEntityName)
The entity name for that connector.
connectorEntityName - The entity name for that connector.public void setConnectorType(String connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector application, such as Salesforce, Amplitude, and so on.ConnectorTypepublic String getConnectorType()
The type of connector application, such as Salesforce, Amplitude, and so on.
ConnectorTypepublic DescribeConnectorEntityRequest withConnectorType(String connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector application, such as Salesforce, Amplitude, and so on.ConnectorTypepublic DescribeConnectorEntityRequest withConnectorType(ConnectorType connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
connectorType - The type of connector application, such as Salesforce, Amplitude, and so on.ConnectorTypepublic void setConnectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.
connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the AWS
account.public String getConnectorProfileName()
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.
ConnectorProfile in the AWS
account.public DescribeConnectorEntityRequest withConnectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.
connectorProfileName - The name of the connector profile. The name is unique for each ConnectorProfile in the AWS
account.public String toString()
toString in class ObjectObject.toString()public DescribeConnectorEntityRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.