@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)
Marshalls this structured data using the given
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:
InboundConnectionStatusCode
public String getStatusCode()
The state code for the inbound connection. Can be one of the following:
InboundConnectionStatusCode
public 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:
InboundConnectionStatusCode
public 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:
InboundConnectionStatusCode
public 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 Object
Object.toString()
public InboundConnectionStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.