@Generated(value="software.amazon.awssdk:codegen") public final class ResourcesAffected extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourcesAffected.Builder,ResourcesAffected>
Provides information about the resources that a finding applies to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourcesAffected.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourcesAffected.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Bucket |
s3Bucket()
The details of the S3 bucket that the finding applies to.
|
S3Object |
s3Object()
The details of the S3 object that the finding applies to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourcesAffected.Builder> |
serializableBuilderClass() |
ResourcesAffected.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3Bucket s3Bucket()
The details of the S3 bucket that the finding applies to.
public final S3Object s3Object()
The details of the S3 object that the finding applies to.
public ResourcesAffected.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourcesAffected.Builder,ResourcesAffected>public static ResourcesAffected.Builder builder()
public static Class<? extends ResourcesAffected.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.