@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 |
getApiVersion()
The version of the API that's used by the connector.
|
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 |
setApiVersion(String apiVersion)
The version of the API that's used by the connector.
|
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 |
withApiVersion(String apiVersion)
The version of the API that's used by the connector.
|
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 Amazon Web
Services account.
connectorProfileName
- The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon
Web Services account.public String getConnectorProfileName()
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 DescribeConnectorEntityRequest withConnectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web
Services account.
connectorProfileName
- The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon
Web Services account.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 DescribeConnectorEntityRequest 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 String toString()
toString
in class Object
Object.toString()
public DescribeConnectorEntityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()