@Generated(value="software.amazon.awssdk:codegen") public final class AnalyzerSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyzerSummary.Builder,AnalyzerSummary>
Contains information about the analyzer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalyzerSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the analyzer.
|
static AnalyzerSummary.Builder |
builder() |
Instant |
createdAt()
A timestamp for the time at which the analyzer was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags 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 |
lastResourceAnalyzed()
The resource that was most recently analyzed by the analyzer.
|
Instant |
lastResourceAnalyzedAt()
The time at which the most recently analyzed resource was analyzed.
|
String |
name()
The name of the analyzer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalyzerSummary.Builder> |
serializableBuilderClass() |
AnalyzerStatus |
status()
The status of the analyzer.
|
String |
statusAsString()
The status of the analyzer.
|
StatusReason |
statusReason()
The
statusReason provides more details about the current status of the analyzer. |
Map<String,String> |
tags()
The tags added to the analyzer.
|
AnalyzerSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Type |
type()
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
String |
typeAsString()
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The ARN of the analyzer.
public Instant createdAt()
A timestamp for the time at which the analyzer was created.
public String lastResourceAnalyzed()
The resource that was most recently analyzed by the analyzer.
public Instant lastResourceAnalyzedAt()
The time at which the most recently analyzed resource was analyzed.
public String name()
The name of the analyzer.
public AnalyzerStatus status()
The status of the analyzer. An Active analyzer successfully monitors supported resources and
generates new findings. The analyzer is Disabled when a user action, such as removing trusted access
for IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new findings. The status
is Creating when the analyzer creation is in progress and Failed when the analyzer
creation has failed.
If the service returns an enum value that is not available in the current SDK version, status will
return AnalyzerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Active analyzer successfully monitors supported resources and
generates new findings. The analyzer is Disabled when a user action, such as removing
trusted access for IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new
findings. The status is Creating when the analyzer creation is in progress and
Failed when the analyzer creation has failed.AnalyzerStatuspublic String statusAsString()
The status of the analyzer. An Active analyzer successfully monitors supported resources and
generates new findings. The analyzer is Disabled when a user action, such as removing trusted access
for IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new findings. The status
is Creating when the analyzer creation is in progress and Failed when the analyzer
creation has failed.
If the service returns an enum value that is not available in the current SDK version, status will
return AnalyzerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Active analyzer successfully monitors supported resources and
generates new findings. The analyzer is Disabled when a user action, such as removing
trusted access for IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new
findings. The status is Creating when the analyzer creation is in progress and
Failed when the analyzer creation has failed.AnalyzerStatuspublic StatusReason statusReason()
The statusReason provides more details about the current status of the analyzer. For example, if the
creation for the analyzer fails, a Failed status is displayed. For an analyzer with organization as
the type, this failure can be due to an issue with creating the service-linked roles required in the member
accounts of the AWS organization.
statusReason provides more details about the current status of the analyzer. For
example, if the creation for the analyzer fails, a Failed status is displayed. For an
analyzer with organization as the type, this failure can be due to an issue with creating the
service-linked roles required in the member accounts of the AWS organization.public boolean hasTags()
public Map<String,String> tags()
The tags added to the analyzer.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public Type type()
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic String typeAsString()
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic AnalyzerSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnalyzerSummary.Builder,AnalyzerSummary>public static AnalyzerSummary.Builder builder()
public static Class<? extends AnalyzerSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.