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