@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ConnectionProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.