@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutboundConnectionStatus extends Object implements Serializable, Cloneable, StructuredPojo
The connection status of an outbound cross-cluster connection.
Constructor and Description |
---|
OutboundConnectionStatus() |
Modifier and Type | Method and Description |
---|---|
OutboundConnectionStatus |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
Verbose information for the outbound connection status.
|
String |
getStatusCode()
The state code for the outbound connection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(String message)
Verbose information for the outbound connection status.
|
void |
setStatusCode(String statusCode)
The state code for the outbound connection.
|
String |
toString()
Returns a string representation of this object.
|
OutboundConnectionStatus |
withMessage(String message)
Verbose information for the outbound connection status.
|
OutboundConnectionStatus |
withStatusCode(OutboundConnectionStatusCode statusCode)
The state code for the outbound connection.
|
OutboundConnectionStatus |
withStatusCode(String statusCode)
The state code for the outbound connection.
|
public void setStatusCode(String statusCode)
The state code for the outbound connection. Can be one of the following:
statusCode
- The state code for the outbound connection. Can be one of the following:
OutboundConnectionStatusCode
public String getStatusCode()
The state code for the outbound connection. Can be one of the following:
OutboundConnectionStatusCode
public OutboundConnectionStatus withStatusCode(String statusCode)
The state code for the outbound connection. Can be one of the following:
statusCode
- The state code for the outbound connection. Can be one of the following:
OutboundConnectionStatusCode
public OutboundConnectionStatus withStatusCode(OutboundConnectionStatusCode statusCode)
The state code for the outbound connection. Can be one of the following:
statusCode
- The state code for the outbound connection. Can be one of the following:
OutboundConnectionStatusCode
public void setMessage(String message)
Verbose information for the outbound connection status.
message
- Verbose information for the outbound connection status.public String getMessage()
Verbose information for the outbound connection status.
public OutboundConnectionStatus withMessage(String message)
Verbose information for the outbound connection status.
message
- Verbose information for the outbound connection status.public String toString()
toString
in class Object
Object.toString()
public OutboundConnectionStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.