Class ReplicationStateInfo
- java.lang.Object
-
- software.amazon.awssdk.services.kafka.model.ReplicationStateInfo
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ReplicationStateInfo.Builder,ReplicationStateInfo>
@Generated("software.amazon.awssdk:codegen") public final class ReplicationStateInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationStateInfo.Builder,ReplicationStateInfo>
Details about the state of a replicator- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ReplicationStateInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplicationStateInfo.Builder
builder()
String
code()
Code that describes the current state of the replicator.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
message()
Message that describes the state of the replicator.List<SdkField<?>>
sdkFields()
static Class<? extends ReplicationStateInfo.Builder>
serializableBuilderClass()
ReplicationStateInfo.Builder
toBuilder()
String
toString()
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
-
code
public final String code()
Code that describes the current state of the replicator.- Returns:
- Code that describes the current state of the replicator.
-
message
public final String message()
Message that describes the state of the replicator.- Returns:
- Message that describes the state of the replicator.
-
toBuilder
public ReplicationStateInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ReplicationStateInfo.Builder,ReplicationStateInfo>
-
builder
public static ReplicationStateInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReplicationStateInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-