Class InboundCrossClusterSearchConnectionStatus
- java.lang.Object
-
- software.amazon.awssdk.services.elasticsearch.model.InboundCrossClusterSearchConnectionStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InboundCrossClusterSearchConnectionStatus.Builder,InboundCrossClusterSearchConnectionStatus>
@Generated("software.amazon.awssdk:codegen") public final class InboundCrossClusterSearchConnectionStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InboundCrossClusterSearchConnectionStatus.Builder,InboundCrossClusterSearchConnectionStatus>
Specifies the coonection status of an inbound cross-cluster search connection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInboundCrossClusterSearchConnectionStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InboundCrossClusterSearchConnectionStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()Specifies verbose information for the inbound connection status.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InboundCrossClusterSearchConnectionStatus.Builder>serializableBuilderClass()InboundCrossClusterSearchConnectionStatusCodestatusCode()The state code for inbound connection.StringstatusCodeAsString()The state code for inbound connection.InboundCrossClusterSearchConnectionStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
statusCode
public final InboundCrossClusterSearchConnectionStatusCode statusCode()
The state code for inbound connection. This can be one of the following:
- PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
- APPROVED: Inbound connection is pending acceptance by destination domain owner.
- REJECTING: Inbound connection rejection is in process.
- REJECTED: Inbound connection is rejected.
- DELETING: Inbound connection deletion is in progress.
- DELETED: Inbound connection is deleted and cannot be used further.
If the service returns an enum value that is not available in the current SDK version,
statusCodewill returnInboundCrossClusterSearchConnectionStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- The state code for inbound connection. This can be one of the following:
- PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
- APPROVED: Inbound connection is pending acceptance by destination domain owner.
- REJECTING: Inbound connection rejection is in process.
- REJECTED: Inbound connection is rejected.
- DELETING: Inbound connection deletion is in progress.
- DELETED: Inbound connection is deleted and cannot be used further.
- See Also:
InboundCrossClusterSearchConnectionStatusCode
-
statusCodeAsString
public final String statusCodeAsString()
The state code for inbound connection. This can be one of the following:
- PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
- APPROVED: Inbound connection is pending acceptance by destination domain owner.
- REJECTING: Inbound connection rejection is in process.
- REJECTED: Inbound connection is rejected.
- DELETING: Inbound connection deletion is in progress.
- DELETED: Inbound connection is deleted and cannot be used further.
If the service returns an enum value that is not available in the current SDK version,
statusCodewill returnInboundCrossClusterSearchConnectionStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- The state code for inbound connection. This can be one of the following:
- PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
- APPROVED: Inbound connection is pending acceptance by destination domain owner.
- REJECTING: Inbound connection rejection is in process.
- REJECTED: Inbound connection is rejected.
- DELETING: Inbound connection deletion is in progress.
- DELETED: Inbound connection is deleted and cannot be used further.
- See Also:
InboundCrossClusterSearchConnectionStatusCode
-
message
public final String message()
Specifies verbose information for the inbound connection status.
- Returns:
- Specifies verbose information for the inbound connection status.
-
toBuilder
public InboundCrossClusterSearchConnectionStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InboundCrossClusterSearchConnectionStatus.Builder,InboundCrossClusterSearchConnectionStatus>
-
builder
public static InboundCrossClusterSearchConnectionStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends InboundCrossClusterSearchConnectionStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-