@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) |
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:
OutboundConnectionStatusCodepublic String getStatusCode()
The state code for the outbound connection. Can be one of the following:
OutboundConnectionStatusCodepublic 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:
OutboundConnectionStatusCodepublic 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:
OutboundConnectionStatusCodepublic 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 ObjectObject.toString()public OutboundConnectionStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.