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