Class CompareDatabaseCDCStepInput
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.CompareDatabaseCDCStepInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CompareDatabaseCDCStepInput.Builder,CompareDatabaseCDCStepInput>
@Generated("software.amazon.awssdk:codegen") public final class CompareDatabaseCDCStepInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompareDatabaseCDCStepInput.Builder,CompareDatabaseCDCStepInput>
Compares the database Change Data Capture (CDC) step input.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCompareDatabaseCDCStepInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompareDatabaseCDCStepInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoutputLocation()The output location of the compare database CDC step input.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CompareDatabaseCDCStepInput.Builder>serializableBuilderClass()StringsourceLocation()The source location of the compare database CDC step input.SourceDatabaseMetadatasourceMetadata()The source metadata of the compare database CDC step input.StringtargetLocation()The target location of the compare database CDC step input.TargetDatabaseMetadatatargetMetadata()The target metadata location of the compare database CDC step input.CompareDatabaseCDCStepInput.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
-
sourceLocation
public final String sourceLocation()
The source location of the compare database CDC step input.
- Returns:
- The source location of the compare database CDC step input.
-
targetLocation
public final String targetLocation()
The target location of the compare database CDC step input.
- Returns:
- The target location of the compare database CDC step input.
-
outputLocation
public final String outputLocation()
The output location of the compare database CDC step input.
- Returns:
- The output location of the compare database CDC step input.
-
sourceMetadata
public final SourceDatabaseMetadata sourceMetadata()
The source metadata of the compare database CDC step input.
- Returns:
- The source metadata of the compare database CDC step input.
-
targetMetadata
public final TargetDatabaseMetadata targetMetadata()
The target metadata location of the compare database CDC step input.
- Returns:
- The target metadata location of the compare database CDC step input.
-
toBuilder
public CompareDatabaseCDCStepInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CompareDatabaseCDCStepInput.Builder,CompareDatabaseCDCStepInput>
-
builder
public static CompareDatabaseCDCStepInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends CompareDatabaseCDCStepInput.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
-
-