@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetViewError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetViewError.Builder,BatchGetViewError>
A collection of error messages for any views that Amazon Web Services Resource Explorer couldn't retrieve details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetViewError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetViewError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The description of the error for the specified view.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetViewError.Builder> |
serializableBuilderClass() |
BatchGetViewError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
viewArn()
The Amazon resource name
(ARN) of the view for which Resource Explorer failed to retrieve details.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorMessage()
The description of the error for the specified view.
public final String viewArn()
The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.
public BatchGetViewError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetViewError.Builder,BatchGetViewError>public static BatchGetViewError.Builder builder()
public static Class<? extends BatchGetViewError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.