@Generated(value="software.amazon.awssdk:codegen") public final class BatchDeleteRumMetricDefinitionsError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDeleteRumMetricDefinitionsError.Builder,BatchDeleteRumMetricDefinitionsError>
A structure that defines one error caused by a BatchCreateRumMetricsDefinitions operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDeleteRumMetricDefinitionsError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteRumMetricDefinitionsError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code.
|
String |
errorMessage()
The error message for this metric definition.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metricDefinitionId()
The ID of the metric definition that caused this error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDeleteRumMetricDefinitionsError.Builder> |
serializableBuilderClass() |
BatchDeleteRumMetricDefinitionsError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorCode()
The error code.
public final String errorMessage()
The error message for this metric definition.
public final String metricDefinitionId()
The ID of the metric definition that caused this error.
public BatchDeleteRumMetricDefinitionsError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDeleteRumMetricDefinitionsError.Builder,BatchDeleteRumMetricDefinitionsError>public static BatchDeleteRumMetricDefinitionsError.Builder builder()
public static Class<? extends BatchDeleteRumMetricDefinitionsError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.