@Generated(value="software.amazon.awssdk:codegen") public final class Exclusion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Exclusion.Builder,Exclusion>
Contains information about what was excluded from an assessment run.
Modifier and Type | Class and Description |
---|---|
static interface |
Exclusion.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN that specifies the exclusion.
|
List<Attribute> |
attributes()
The system-defined attributes for the exclusion.
|
static Exclusion.Builder |
builder() |
String |
description()
The description of the exclusion.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recommendation()
The recommendation for the exclusion.
|
List<Scope> |
scopes()
The AWS resources for which the exclusion pertains.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Exclusion.Builder> |
serializableBuilderClass() |
String |
title()
The name of the exclusion.
|
Exclusion.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String arn()
The ARN that specifies the exclusion.
public String title()
The name of the exclusion.
public String description()
The description of the exclusion.
public String recommendation()
The recommendation for the exclusion.
public List<Scope> scopes()
The AWS resources for which the exclusion pertains.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Attribute> attributes()
The system-defined attributes for the exclusion.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Exclusion.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Exclusion.Builder,Exclusion>
public static Exclusion.Builder builder()
public static Class<? extends Exclusion.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.