@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InboundConnectionStatus extends Object implements Serializable, Cloneable, StructuredPojo
The connection status of an inbound cross-cluster connection.
| Constructor and Description |
|---|
InboundConnectionStatus() |
| Modifier and Type | Method and Description |
|---|---|
InboundConnectionStatus |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
Verbose information for the inbound connection status.
|
String |
getStatusCode()
The state code for the inbound connection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMessage(String message)
Verbose information for the inbound connection status.
|
void |
setStatusCode(String statusCode)
The state code for the inbound connection.
|
String |
toString()
Returns a string representation of this object.
|
InboundConnectionStatus |
withMessage(String message)
Verbose information for the inbound connection status.
|
InboundConnectionStatus |
withStatusCode(InboundConnectionStatusCode statusCode)
The state code for the inbound connection.
|
InboundConnectionStatus |
withStatusCode(String statusCode)
The state code for the inbound connection.
|
public void setStatusCode(String statusCode)
The state code for the inbound connection. Can be one of the following:
statusCode - The state code for the inbound connection. Can be one of the following:
InboundConnectionStatusCodepublic String getStatusCode()
The state code for the inbound connection. Can be one of the following:
InboundConnectionStatusCodepublic InboundConnectionStatus withStatusCode(String statusCode)
The state code for the inbound connection. Can be one of the following:
statusCode - The state code for the inbound connection. Can be one of the following:
InboundConnectionStatusCodepublic InboundConnectionStatus withStatusCode(InboundConnectionStatusCode statusCode)
The state code for the inbound connection. Can be one of the following:
statusCode - The state code for the inbound connection. Can be one of the following:
InboundConnectionStatusCodepublic void setMessage(String message)
Verbose information for the inbound connection status.
message - Verbose information for the inbound connection status.public String getMessage()
Verbose information for the inbound connection status.
public InboundConnectionStatus withMessage(String message)
Verbose information for the inbound connection status.
message - Verbose information for the inbound connection status.public String toString()
toString in class ObjectObject.toString()public InboundConnectionStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.