@Generated(value="software.amazon.awssdk:codegen") public final class ExclusionPreview extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExclusionPreview.Builder,ExclusionPreview>
Contains information about what is excluded from an assessment run given the current state of the assessment template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExclusionPreview.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
attributes()
The system-defined attributes for the exclusion preview.
|
static ExclusionPreview.Builder |
builder() |
String |
description()
The description of the exclusion preview.
|
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 preview.
|
List<Scope> |
scopes()
The AWS resources for which the exclusion preview pertains.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExclusionPreview.Builder> |
serializableBuilderClass() |
String |
title()
The name of the exclusion preview.
|
ExclusionPreview.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String title()
The name of the exclusion preview.
public final String description()
The description of the exclusion preview.
public final String recommendation()
The recommendation for the exclusion preview.
public final boolean hasScopes()
public final List<Scope> scopes()
The AWS resources for which the exclusion preview 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 preview.
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 ExclusionPreview.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExclusionPreview.Builder,ExclusionPreview>public static ExclusionPreview.Builder builder()
public static Class<? extends ExclusionPreview.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.