Class RenameKeyEntry
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatchlogs.model.RenameKeyEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RenameKeyEntry.Builder,RenameKeyEntry>
@Generated("software.amazon.awssdk:codegen") public final class RenameKeyEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RenameKeyEntry.Builder,RenameKeyEntry>
This object defines one key that will be renamed with the renameKey processor.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRenameKeyEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RenameKeyEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The key to renameBooleanoverwriteIfExists()Specifies whether to overwrite the existing value if the destination key already exists.StringrenameTo()The string to use for the new key nameMap<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RenameKeyEntry.Builder>serializableBuilderClass()RenameKeyEntry.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
-
key
public final String key()
The key to rename
- Returns:
- The key to rename
-
renameTo
public final String renameTo()
The string to use for the new key name
- Returns:
- The string to use for the new key name
-
overwriteIfExists
public final Boolean overwriteIfExists()
Specifies whether to overwrite the existing value if the destination key already exists. The default is
false- Returns:
- Specifies whether to overwrite the existing value if the destination key already exists. The default is
false
-
toBuilder
public RenameKeyEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RenameKeyEntry.Builder,RenameKeyEntry>
-
builder
public static RenameKeyEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends RenameKeyEntry.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
-
-