@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 |
getConnectorId()
The unique identifier for the connector, returned after the API call succeeds.
|
int |
hashCode() |
void |
setConnectorId(String connectorId)
The unique identifier for the connector, returned after the API call succeeds.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectorResult |
withConnectorId(String connectorId)
The unique identifier for the connector, returned after the API call succeeds.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnectorId(String connectorId)
The unique identifier for the connector, returned after the API call succeeds.
connectorId
- The unique identifier for the connector, returned after the API call succeeds.public String getConnectorId()
The unique identifier for the connector, returned after the API call succeeds.
public CreateConnectorResult withConnectorId(String connectorId)
The unique identifier for the connector, returned after the API call succeeds.
connectorId
- The unique identifier for the connector, returned after the API call succeeds.public String toString()
toString
in class Object
Object.toString()
public CreateConnectorResult clone()