@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String title()
The name of the exclusion preview.
public String description()
The description of the exclusion preview.
public String recommendation()
The recommendation for the exclusion preview.
public 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.
public 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.
public ExclusionPreview.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExclusionPreview.Builder,ExclusionPreview>
public static ExclusionPreview.Builder builder()
public static Class<? extends ExclusionPreview.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.