@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectionProperties extends Object implements Serializable, Cloneable, StructuredPojo
The connection properties of an outbound connection.
| Constructor and Description |
|---|
ConnectionProperties() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionProperties |
clone() |
boolean |
equals(Object obj) |
String |
getEndpoint()
The endpoint of the remote domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndpoint(String endpoint)
The endpoint of the remote domain.
|
String |
toString()
Returns a string representation of this object.
|
ConnectionProperties |
withEndpoint(String endpoint)
The endpoint of the remote domain.
|
public void setEndpoint(String endpoint)
The endpoint of the remote domain.
endpoint - The endpoint of the remote domain.public String getEndpoint()
The endpoint of the remote domain.
public ConnectionProperties withEndpoint(String endpoint)
The endpoint of the remote domain.
endpoint - The endpoint of the remote domain.public String toString()
toString in class ObjectObject.toString()public ConnectionProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.