@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeConnectorRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConnectorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectorLabel()
The label of the connector.
|
String |
getConnectorType()
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
int |
hashCode() |
void |
setConnectorLabel(String connectorLabel)
The label of the connector.
|
void |
setConnectorType(String connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectorRequest |
withConnectorLabel(String connectorLabel)
The label of the connector.
|
DescribeConnectorRequest |
withConnectorType(ConnectorType connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
DescribeConnectorRequest |
withConnectorType(String connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
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 setConnectorType(String connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
connectorType
- The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda
based custom connectors.ConnectorType
public String getConnectorType()
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
ConnectorType
public DescribeConnectorRequest withConnectorType(String connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
connectorType
- The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda
based custom connectors.ConnectorType
public DescribeConnectorRequest withConnectorType(ConnectorType connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
connectorType
- The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda
based custom connectors.ConnectorType
public void setConnectorLabel(String connectorLabel)
The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
connectorLabel
- The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon
Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public String getConnectorLabel()
The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
ConnectorRegistration
in your
Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public DescribeConnectorRequest withConnectorLabel(String connectorLabel)
The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon Web
Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
connectorLabel
- The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon
Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.public String toString()
toString
in class Object
Object.toString()
public DescribeConnectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()