@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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.ConnectorType
public String getConnectorType()
The type of connector application, such as Salesforce, Amplitude, and so on.
ConnectorType
public 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.ConnectorType
public 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.ConnectorType
public 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 Object
Object.toString()
public DescribeConnectorEntityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()