Class MoveKeyEntry
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatchlogs.model.MoveKeyEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MoveKeyEntry.Builder,MoveKeyEntry>
@Generated("software.amazon.awssdk:codegen") public final class MoveKeyEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MoveKeyEntry.Builder,MoveKeyEntry>
This object defines one key that will be moved with the moveKey processor.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMoveKeyEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MoveKeyEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanoverwriteIfExists()Specifies whether to overwrite the value if the destination key already exists.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MoveKeyEntry.Builder>serializableBuilderClass()Stringsource()The key to move.Stringtarget()The key to move to.MoveKeyEntry.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
-
source
public final String source()
The key to move.
- Returns:
- The key to move.
-
target
public final String target()
The key to move to.
- Returns:
- The key to move to.
-
overwriteIfExists
public final Boolean overwriteIfExists()
Specifies whether to overwrite the value if the destination key already exists. If you omit this, the default is
false.- Returns:
- Specifies whether to overwrite the value if the destination key already exists. If you omit this, the
default is
false.
-
toBuilder
public MoveKeyEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MoveKeyEntry.Builder,MoveKeyEntry>
-
builder
public static MoveKeyEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends MoveKeyEntry.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
-
-