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