Class FindingSourceDetail
- java.lang.Object
-
- software.amazon.awssdk.services.accessanalyzer.model.FindingSourceDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FindingSourceDetail.Builder,FindingSourceDetail>
@Generated("software.amazon.awssdk:codegen") public final class FindingSourceDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingSourceDetail.Builder,FindingSourceDetail>
Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFindingSourceDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccessPointAccount()The account of the cross-account access point that generated the finding.StringaccessPointArn()The ARN of the access point that generated the finding.static FindingSourceDetail.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FindingSourceDetail.Builder>serializableBuilderClass()FindingSourceDetail.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
-
accessPointArn
public final String accessPointArn()
The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.
- Returns:
- The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.
-
accessPointAccount
public final String accessPointAccount()
The account of the cross-account access point that generated the finding.
- Returns:
- The account of the cross-account access point that generated the finding.
-
toBuilder
public FindingSourceDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FindingSourceDetail.Builder,FindingSourceDetail>
-
builder
public static FindingSourceDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends FindingSourceDetail.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.
-
-