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