@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttributes()
Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasScopes()
Returns true if the Scopes property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN that specifies the exclusion.
public final String title()
The name of the exclusion.
public final String description()
The description of the exclusion.
public final String recommendation()
The recommendation for the exclusion.
public final boolean hasScopes()
public final 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.
You can use hasScopes() to see if a value was sent in this field.
public final boolean hasAttributes()
public final List<Attribute> attributes()
The system-defined attributes for the exclusion.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributes() to see if a value was sent in this field.
public Exclusion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Exclusion.Builder,Exclusion>public static Exclusion.Builder builder()
public static Class<? extends Exclusion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.