@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnregisterConnectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UnregisterConnectorRequest() |
Modifier and Type | Method and Description |
---|---|
UnregisterConnectorRequest |
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.
|
Boolean |
getForceDelete()
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more
connector profiles.
|
int |
hashCode() |
Boolean |
isForceDelete()
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more
connector profiles.
|
void |
setConnectorLabel(String connectorLabel)
The label of the connector.
|
void |
setForceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more
connector profiles.
|
String |
toString()
Returns a string representation of this object.
|
UnregisterConnectorRequest |
withConnectorLabel(String connectorLabel)
The label of the connector.
|
UnregisterConnectorRequest |
withForceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more
connector profiles.
|
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 label of the connector. The label is unique for each ConnectorRegistration
in your Amazon Web
Services account.
connectorLabel
- The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon
Web Services account.public String getConnectorLabel()
The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon Web
Services account.
ConnectorRegistration
in your
Amazon Web Services account.public UnregisterConnectorRequest withConnectorLabel(String connectorLabel)
The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon Web
Services account.
connectorLabel
- The label of the connector. The label is unique for each ConnectorRegistration
in your Amazon
Web Services account.public void setForceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.
forceDelete
- Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or
more connector profiles. The default value is false.public Boolean getForceDelete()
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.
public UnregisterConnectorRequest withForceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.
forceDelete
- Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or
more connector profiles. The default value is false.public Boolean isForceDelete()
Indicates whether Amazon AppFlow should unregister the connector, even if it is currently in use in one or more connector profiles. The default value is false.
public String toString()
toString
in class Object
Object.toString()
public UnregisterConnectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()