@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectorRegistrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateConnectorRegistrationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateConnectorRegistrationResult |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorArn()
The ARN of the connector being updated.
|
int |
hashCode() |
void |
setConnectorArn(String connectorArn)
The ARN of the connector being updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectorRegistrationResult |
withConnectorArn(String connectorArn)
The ARN of the connector being updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnectorArn(String connectorArn)
The ARN of the connector being updated.
connectorArn
- The ARN of the connector being updated.public String getConnectorArn()
The ARN of the connector being updated.
public UpdateConnectorRegistrationResult withConnectorArn(String connectorArn)
The ARN of the connector being updated.
connectorArn
- The ARN of the connector being updated.public String toString()
toString
in class Object
Object.toString()
public UpdateConnectorRegistrationResult clone()