Class CodeSnippetError
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.CodeSnippetError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CodeSnippetError.Builder,CodeSnippetError>
@Generated("software.amazon.awssdk:codegen") public final class CodeSnippetError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeSnippetError.Builder,CodeSnippetError>
Contains information about any errors encountered while trying to retrieve a code snippet.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodeSnippetError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeSnippetError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)CodeSnippetErrorCodeerrorCode()The error code for the error that prevented a code snippet from being retrieved.StringerrorCodeAsString()The error code for the error that prevented a code snippet from being retrieved.StringerrorMessage()The error message received when Amazon Inspector failed to retrieve a code snippet.StringfindingArn()The ARN of the finding that a code snippet couldn't be retrieved for.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CodeSnippetError.Builder>serializableBuilderClass()CodeSnippetError.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
-
errorCode
public final CodeSnippetErrorCode errorCode()
The error code for the error that prevented a code snippet from being retrieved.
If the service returns an enum value that is not available in the current SDK version,
errorCodewill returnCodeSnippetErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code for the error that prevented a code snippet from being retrieved.
- See Also:
CodeSnippetErrorCode
-
errorCodeAsString
public final String errorCodeAsString()
The error code for the error that prevented a code snippet from being retrieved.
If the service returns an enum value that is not available in the current SDK version,
errorCodewill returnCodeSnippetErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The error code for the error that prevented a code snippet from being retrieved.
- See Also:
CodeSnippetErrorCode
-
errorMessage
public final String errorMessage()
The error message received when Amazon Inspector failed to retrieve a code snippet.
- Returns:
- The error message received when Amazon Inspector failed to retrieve a code snippet.
-
findingArn
public final String findingArn()
The ARN of the finding that a code snippet couldn't be retrieved for.
- Returns:
- The ARN of the finding that a code snippet couldn't be retrieved for.
-
toBuilder
public CodeSnippetError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CodeSnippetError.Builder,CodeSnippetError>
-
builder
public static CodeSnippetError.Builder builder()
-
serializableBuilderClass
public static Class<? extends CodeSnippetError.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.
-
-