@Generated(value="software.amazon.awssdk:codegen") public final class ResourceDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceDetails.Builder,ResourceDetails>
Provides additional details about the resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2InstanceDetails |
awsEc2Instance()
The details of an AWS EC2 instance.
|
AwsIamAccessKeyDetails |
awsIamAccessKey()
AWS IAM access key details related to a finding.
|
AwsS3BucketDetails |
awsS3Bucket()
The details of an AWS S3 Bucket.
|
static ResourceDetails.Builder |
builder() |
ContainerDetails |
container()
Container details related to a finding.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Map<String,String> |
other()
The details of a resource that does not have a specific sub-field for the resource type defined.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceDetails.Builder> |
serializableBuilderClass() |
ResourceDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic AwsEc2InstanceDetails awsEc2Instance()
The details of an AWS EC2 instance.
public AwsS3BucketDetails awsS3Bucket()
The details of an AWS S3 Bucket.
public AwsIamAccessKeyDetails awsIamAccessKey()
AWS IAM access key details related to a finding.
public ContainerDetails container()
Container details related to a finding.
public Map<String,String> other()
The details of a resource that does not have a specific sub-field for the resource type defined.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ResourceDetails.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ResourceDetails.Builder,ResourceDetails>public static ResourceDetails.Builder builder()
public static Class<? extends ResourceDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.