Class BatchCreateDelegationByAssessmentError
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.BatchCreateDelegationByAssessmentError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchCreateDelegationByAssessmentError.Builder,BatchCreateDelegationByAssessmentError>
@Generated("software.amazon.awssdk:codegen") public final class BatchCreateDelegationByAssessmentError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchCreateDelegationByAssessmentError.Builder,BatchCreateDelegationByAssessmentError>
An error entity for the
BatchCreateDelegationByAssessmentAPI. 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 interfaceBatchCreateDelegationByAssessmentError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchCreateDelegationByAssessmentError.Builderbuilder()CreateDelegationRequestcreateDelegationRequest()The API request to batch create delegations in Audit Manager.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The error code that theBatchCreateDelegationByAssessmentAPI returned.StringerrorMessage()The error message that theBatchCreateDelegationByAssessmentAPI returned.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchCreateDelegationByAssessmentError.Builder>serializableBuilderClass()BatchCreateDelegationByAssessmentError.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
-
createDelegationRequest
public final CreateDelegationRequest createDelegationRequest()
The API request to batch create delegations in Audit Manager.
- Returns:
- The API request to batch create delegations in Audit Manager.
-
errorCode
public final String errorCode()
The error code that the
BatchCreateDelegationByAssessmentAPI returned.- Returns:
- The error code that the
BatchCreateDelegationByAssessmentAPI returned.
-
errorMessage
public final String errorMessage()
The error message that the
BatchCreateDelegationByAssessmentAPI returned.- Returns:
- The error message that the
BatchCreateDelegationByAssessmentAPI returned.
-
toBuilder
public BatchCreateDelegationByAssessmentError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchCreateDelegationByAssessmentError.Builder,BatchCreateDelegationByAssessmentError>
-
builder
public static BatchCreateDelegationByAssessmentError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchCreateDelegationByAssessmentError.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.
-
-