@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeConnectorResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorResult |
clone() |
boolean |
equals(Object obj) |
DescribedConnector |
getConnector()
The structure that contains the details of the connector.
|
int |
hashCode() |
void |
setConnector(DescribedConnector connector)
The structure that contains the details of the connector.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectorResult |
withConnector(DescribedConnector connector)
The structure that contains the details of the connector.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setConnector(DescribedConnector connector)
The structure that contains the details of the connector.
connector - The structure that contains the details of the connector.public DescribedConnector getConnector()
The structure that contains the details of the connector.
public DescribeConnectorResult withConnector(DescribedConnector connector)
The structure that contains the details of the connector.
connector - The structure that contains the details of the connector.public String toString()
toString in class ObjectObject.toString()public DescribeConnectorResult clone()