@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConnectorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteConnectorResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectorResult |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorArn()
The Amazon Resource Name (ARN) of the connector that you requested to delete.
|
String |
getConnectorState()
The state of the connector that you requested to delete.
|
int |
hashCode() |
void |
setConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector that you requested to delete.
|
void |
setConnectorState(String connectorState)
The state of the connector that you requested to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteConnectorResult |
withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector that you requested to delete.
|
DeleteConnectorResult |
withConnectorState(ConnectorState connectorState)
The state of the connector that you requested to delete.
|
DeleteConnectorResult |
withConnectorState(String connectorState)
The state of the connector that you requested to delete.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector that you requested to delete.
connectorArn - The Amazon Resource Name (ARN) of the connector that you requested to delete.public String getConnectorArn()
The Amazon Resource Name (ARN) of the connector that you requested to delete.
public DeleteConnectorResult withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector that you requested to delete.
connectorArn - The Amazon Resource Name (ARN) of the connector that you requested to delete.public void setConnectorState(String connectorState)
The state of the connector that you requested to delete.
connectorState - The state of the connector that you requested to delete.ConnectorStatepublic String getConnectorState()
The state of the connector that you requested to delete.
ConnectorStatepublic DeleteConnectorResult withConnectorState(String connectorState)
The state of the connector that you requested to delete.
connectorState - The state of the connector that you requested to delete.ConnectorStatepublic DeleteConnectorResult withConnectorState(ConnectorState connectorState)
The state of the connector that you requested to delete.
connectorState - The state of the connector that you requested to delete.ConnectorStatepublic String toString()
toString in class ObjectObject.toString()public DeleteConnectorResult clone()