@Generated(value="software.amazon.awssdk:codegen") public final class BatchCreateDelegationByAssessmentError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchCreateDelegationByAssessmentError.Builder,BatchCreateDelegationByAssessmentError>
An error entity for the BatchCreateDelegationByAssessment API. This is used to provide more meaningful
errors than a simple string message.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchCreateDelegationByAssessmentError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchCreateDelegationByAssessmentError.Builder |
builder() |
CreateDelegationRequest |
createDelegationRequest()
The API request to batch create delegations in AWS Audit Manager.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code returned by the
BatchCreateDelegationByAssessment API. |
String |
errorMessage()
The error message returned by the
BatchCreateDelegationByAssessment API. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchCreateDelegationByAssessmentError.Builder> |
serializableBuilderClass() |
BatchCreateDelegationByAssessmentError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CreateDelegationRequest createDelegationRequest()
The API request to batch create delegations in AWS Audit Manager.
public final String errorCode()
The error code returned by the BatchCreateDelegationByAssessment API.
BatchCreateDelegationByAssessment API.public final String errorMessage()
The error message returned by the BatchCreateDelegationByAssessment API.
BatchCreateDelegationByAssessment API.public BatchCreateDelegationByAssessmentError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchCreateDelegationByAssessmentError.Builder,BatchCreateDelegationByAssessmentError>public static BatchCreateDelegationByAssessmentError.Builder builder()
public static Class<? extends BatchCreateDelegationByAssessmentError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.