Class RedactionPlaceHolder
- java.lang.Object
-
- software.amazon.awssdk.services.workspacesweb.model.RedactionPlaceHolder
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedactionPlaceHolder.Builder,RedactionPlaceHolder>
@Generated("software.amazon.awssdk:codegen") public final class RedactionPlaceHolder extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedactionPlaceHolder.Builder,RedactionPlaceHolder>
The redaction placeholder that will replace the redacted text in session.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedactionPlaceHolder.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RedactionPlaceHolder.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringredactionPlaceHolderText()The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.RedactionPlaceHolderTyperedactionPlaceHolderType()The redaction placeholder type that will replace the redacted text in session.StringredactionPlaceHolderTypeAsString()The redaction placeholder type that will replace the redacted text in session.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RedactionPlaceHolder.Builder>serializableBuilderClass()RedactionPlaceHolder.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
-
redactionPlaceHolderText
public final String redactionPlaceHolderText()
The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
- Returns:
- The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
-
redactionPlaceHolderType
public final RedactionPlaceHolderType redactionPlaceHolderType()
The redaction placeholder type that will replace the redacted text in session.
If the service returns an enum value that is not available in the current SDK version,
redactionPlaceHolderTypewill returnRedactionPlaceHolderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromredactionPlaceHolderTypeAsString().- Returns:
- The redaction placeholder type that will replace the redacted text in session.
- See Also:
RedactionPlaceHolderType
-
redactionPlaceHolderTypeAsString
public final String redactionPlaceHolderTypeAsString()
The redaction placeholder type that will replace the redacted text in session.
If the service returns an enum value that is not available in the current SDK version,
redactionPlaceHolderTypewill returnRedactionPlaceHolderType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromredactionPlaceHolderTypeAsString().- Returns:
- The redaction placeholder type that will replace the redacted text in session.
- See Also:
RedactionPlaceHolderType
-
toBuilder
public RedactionPlaceHolder.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedactionPlaceHolder.Builder,RedactionPlaceHolder>
-
builder
public static RedactionPlaceHolder.Builder builder()
-
serializableBuilderClass
public static Class<? extends RedactionPlaceHolder.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
-
-