Class BatchDeleteDelegationByAssessmentError
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.BatchDeleteDelegationByAssessmentError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchDeleteDelegationByAssessmentError.Builder,BatchDeleteDelegationByAssessmentError>
@Generated("software.amazon.awssdk:codegen") public final class BatchDeleteDelegationByAssessmentError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDeleteDelegationByAssessmentError.Builder,BatchDeleteDelegationByAssessmentError>
An error entity for the
BatchDeleteDelegationByAssessmentAPI. This is used to provide more meaningful errors than a simple string message.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchDeleteDelegationByAssessmentError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchDeleteDelegationByAssessmentError.Builderbuilder()StringdelegationId()The identifier for the delegation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The error code that theBatchDeleteDelegationByAssessmentAPI returned.StringerrorMessage()The error message that theBatchDeleteDelegationByAssessmentAPI returned.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchDeleteDelegationByAssessmentError.Builder>serializableBuilderClass()BatchDeleteDelegationByAssessmentError.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
-
delegationId
public final String delegationId()
The identifier for the delegation.
- Returns:
- The identifier for the delegation.
-
errorCode
public final String errorCode()
The error code that the
BatchDeleteDelegationByAssessmentAPI returned.- Returns:
- The error code that the
BatchDeleteDelegationByAssessmentAPI returned.
-
errorMessage
public final String errorMessage()
The error message that the
BatchDeleteDelegationByAssessmentAPI returned.- Returns:
- The error message that the
BatchDeleteDelegationByAssessmentAPI returned.
-
toBuilder
public BatchDeleteDelegationByAssessmentError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchDeleteDelegationByAssessmentError.Builder,BatchDeleteDelegationByAssessmentError>
-
builder
public static BatchDeleteDelegationByAssessmentError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchDeleteDelegationByAssessmentError.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.
-
-