Class ReasonSummary
- java.lang.Object
-
- software.amazon.awssdk.services.accessanalyzer.model.ReasonSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReasonSummary.Builder,ReasonSummary>
@Generated("software.amazon.awssdk:codegen") public final class ReasonSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReasonSummary.Builder,ReasonSummary>
Contains information about the reasoning why a check for access passed or failed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReasonSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReasonSummary.Builderbuilder()Stringdescription()A description of the reasoning of a result of checking for access.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ReasonSummary.Builder>serializableBuilderClass()StringstatementId()The identifier for the reason statement.IntegerstatementIndex()The index number of the reason statement.ReasonSummary.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
-
description
public final String description()
A description of the reasoning of a result of checking for access.
- Returns:
- A description of the reasoning of a result of checking for access.
-
statementIndex
public final Integer statementIndex()
The index number of the reason statement.
- Returns:
- The index number of the reason statement.
-
statementId
public final String statementId()
The identifier for the reason statement.
- Returns:
- The identifier for the reason statement.
-
toBuilder
public ReasonSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReasonSummary.Builder,ReasonSummary>
-
builder
public static ReasonSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReasonSummary.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.
-
-