@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterConnectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RegisterConnectorRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterConnectorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The
clientToken parameter is an idempotency token. |
String |
getConnectorLabel()
The name of the connector.
|
ConnectorProvisioningConfig |
getConnectorProvisioningConfig()
The provisioning type of the connector.
|
String |
getConnectorProvisioningType()
The provisioning type of the connector.
|
String |
getDescription()
A description about the connector that's being registered.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
void |
setConnectorLabel(String connectorLabel)
The name of the connector.
|
void |
setConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
The provisioning type of the connector.
|
void |
setConnectorProvisioningType(String connectorProvisioningType)
The provisioning type of the connector.
|
void |
setDescription(String description)
A description about the connector that's being registered.
|
String |
toString()
Returns a string representation of this object.
|
RegisterConnectorRequest |
withClientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
RegisterConnectorRequest |
withConnectorLabel(String connectorLabel)
The name of the connector.
|
RegisterConnectorRequest |
withConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
The provisioning type of the connector.
|
RegisterConnectorRequest |
withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type of the connector.
|
RegisterConnectorRequest |
withConnectorProvisioningType(String connectorProvisioningType)
The provisioning type of the connector.
|
RegisterConnectorRequest |
withDescription(String description)
A description about the connector that's being registered.
|
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 setConnectorLabel(String connectorLabel)
The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon Web
Services account.
connectorLabel
- The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon
Web Services account.public String getConnectorLabel()
The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon Web
Services account.
ConnectorRegistration
in your Amazon
Web Services account.public RegisterConnectorRequest withConnectorLabel(String connectorLabel)
The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon Web
Services account.
connectorLabel
- The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon
Web Services account.public void setDescription(String description)
A description about the connector that's being registered.
description
- A description about the connector that's being registered.public String getDescription()
A description about the connector that's being registered.
public RegisterConnectorRequest withDescription(String description)
A description about the connector that's being registered.
description
- A description about the connector that's being registered.public void setConnectorProvisioningType(String connectorProvisioningType)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningType
- The provisioning type of the connector. Currently the only supported value is LAMBDA.ConnectorProvisioningType
public String getConnectorProvisioningType()
The provisioning type of the connector. Currently the only supported value is LAMBDA.
ConnectorProvisioningType
public RegisterConnectorRequest withConnectorProvisioningType(String connectorProvisioningType)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningType
- The provisioning type of the connector. Currently the only supported value is LAMBDA.ConnectorProvisioningType
public RegisterConnectorRequest withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningType
- The provisioning type of the connector. Currently the only supported value is LAMBDA.ConnectorProvisioningType
public void setConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningConfig
- The provisioning type of the connector. Currently the only supported value is LAMBDA.public ConnectorProvisioningConfig getConnectorProvisioningConfig()
The provisioning type of the connector. Currently the only supported value is LAMBDA.
public RegisterConnectorRequest withConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningConfig
- The provisioning type of the connector. Currently the only supported value is LAMBDA.public void setClientToken(String clientToken)
The clientToken
parameter is an idempotency token. It ensures that your
RegisterConnector
request completes only once. You choose the value to pass. For example, if you
don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken
, Amazon AppFlow considers it a new call to RegisterConnector
. The
token is active for 8 hours.
clientToken
- The clientToken
parameter is an idempotency token. It ensures that your
RegisterConnector
request completes only once. You choose the value to pass. For example, if
you don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken
, Amazon AppFlow considers it a new call to
RegisterConnector
. The token is active for 8 hours.
public String getClientToken()
The clientToken
parameter is an idempotency token. It ensures that your
RegisterConnector
request completes only once. You choose the value to pass. For example, if you
don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken
, Amazon AppFlow considers it a new call to RegisterConnector
. The
token is active for 8 hours.
clientToken
parameter is an idempotency token. It ensures that your
RegisterConnector
request completes only once. You choose the value to pass. For example, if
you don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken
, Amazon AppFlow considers it a new call to
RegisterConnector
. The token is active for 8 hours.
public RegisterConnectorRequest withClientToken(String clientToken)
The clientToken
parameter is an idempotency token. It ensures that your
RegisterConnector
request completes only once. You choose the value to pass. For example, if you
don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a value for
you. This way, the SDK can safely retry requests multiple times after a network error. You must provide your own
value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a different
value for clientToken
, Amazon AppFlow considers it a new call to RegisterConnector
. The
token is active for 8 hours.
clientToken
- The clientToken
parameter is an idempotency token. It ensures that your
RegisterConnector
request completes only once. You choose the value to pass. For example, if
you don't receive a response from your request, you can safely retry the request with the same
clientToken
parameter value.
If you omit a clientToken
value, the Amazon Web Services SDK that you are using inserts a
value for you. This way, the SDK can safely retry requests multiple times after a network error. You must
provide your own value for other use cases.
If you specify input parameters that differ from your first request, an error occurs. If you use a
different value for clientToken
, Amazon AppFlow considers it a new call to
RegisterConnector
. The token is active for 8 hours.
public String toString()
toString
in class Object
Object.toString()
public RegisterConnectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()