Class ProblemDetails
- java.lang.Object
-
- software.amazon.awssdk.services.tnb.model.ProblemDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProblemDetails.Builder,ProblemDetails>
@Generated("software.amazon.awssdk:codegen") public final class ProblemDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProblemDetails.Builder,ProblemDetails>
Details related to problems with AWS TNB resources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProblemDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProblemDetails.Builderbuilder()Stringdetail()A human-readable explanation specific to this occurrence of the problem.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ProblemDetails.Builder>serializableBuilderClass()Stringtitle()A human-readable title of the problem type.ProblemDetails.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
-
detail
public final String detail()
A human-readable explanation specific to this occurrence of the problem.
- Returns:
- A human-readable explanation specific to this occurrence of the problem.
-
title
public final String title()
A human-readable title of the problem type.
- Returns:
- A human-readable title of the problem type.
-
toBuilder
public ProblemDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProblemDetails.Builder,ProblemDetails>
-
builder
public static ProblemDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProblemDetails.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.
-
-