Class BatchGetViewError
- java.lang.Object
-
- software.amazon.awssdk.services.resourceexplorer2.model.BatchGetViewError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetViewError.Builder,BatchGetViewError>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetViewError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchGetViewError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()The description of the error for the specified view.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchGetViewError.Builder>serializableBuilderClass()BatchGetViewError.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringviewArn()The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.-
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
-
errorMessage
public final String errorMessage()
The description of the error for the specified view.
- Returns:
- The description of the error for the specified view.
-
viewArn
public final String viewArn()
The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.
- Returns:
- The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.
-
toBuilder
public BatchGetViewError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetViewError.Builder,BatchGetViewError>
-
builder
public static BatchGetViewError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetViewError.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.
-
-