Class ValidationErrorsEntry
java.lang.Object
software.amazon.awssdk.services.secretsmanager.model.ValidationErrorsEntry
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ValidationErrorsEntry.Builder,ValidationErrorsEntry>
@Generated("software.amazon.awssdk:codegen")
public final class ValidationErrorsEntry
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ValidationErrorsEntry.Builder,ValidationErrorsEntry>
Displays errors that occurred during validation of the resource policy.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringChecks the name of the policy.final booleanfinal booleanequalsBySdkFields(Object obj) final StringDisplays error messages if validation encounters problems during validation of the resource policy.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ValidationErrorsEntry.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
checkName
Checks the name of the policy.
- Returns:
- Checks the name of the policy.
-
errorMessage
Displays error messages if validation encounters problems during validation of the resource policy.
- Returns:
- Displays error messages if validation encounters problems during validation of the resource policy.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ValidationErrorsEntry.Builder,ValidationErrorsEntry>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-