@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateConnectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateConnectorRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateConnectorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectorId()
The ID of the connector.
|
int |
hashCode() |
void |
setConnectorId(String connectorId)
The ID of the connector.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateConnectorRequest |
withConnectorId(String connectorId)
The ID of the connector.
|
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 setConnectorId(String connectorId)
The ID of the connector.
connectorId
- The ID of the connector.public String getConnectorId()
The ID of the connector.
public DisassociateConnectorRequest withConnectorId(String connectorId)
The ID of the connector.
connectorId
- The ID of the connector.public String toString()
toString
in class Object
Object.toString()
public DisassociateConnectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()