@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyzerSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the analyzer.
| Constructor and Description |
|---|
AnalyzerSummary() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzerSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
AnalyzerSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
AnalyzerSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the analyzer.
|
Date |
getCreatedAt()
A timestamp for the time at which the analyzer was created.
|
String |
getLastResourceAnalyzed()
The resource that was most recently analyzed by the analyzer.
|
Date |
getLastResourceAnalyzedAt()
The time at which the most recently analyzed resource was analyzed.
|
String |
getName()
The name of the analyzer.
|
String |
getStatus()
The status of the analyzer.
|
StatusReason |
getStatusReason()
The
statusReason provides more details about the current status of the analyzer. |
Map<String,String> |
getTags()
The tags added to the analyzer.
|
String |
getType()
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The ARN of the analyzer.
|
void |
setCreatedAt(Date createdAt)
A timestamp for the time at which the analyzer was created.
|
void |
setLastResourceAnalyzed(String lastResourceAnalyzed)
The resource that was most recently analyzed by the analyzer.
|
void |
setLastResourceAnalyzedAt(Date lastResourceAnalyzedAt)
The time at which the most recently analyzed resource was analyzed.
|
void |
setName(String name)
The name of the analyzer.
|
void |
setStatus(String status)
The status of the analyzer.
|
void |
setStatusReason(StatusReason statusReason)
The
statusReason provides more details about the current status of the analyzer. |
void |
setTags(Map<String,String> tags)
The tags added to the analyzer.
|
void |
setType(String type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
String |
toString()
Returns a string representation of this object.
|
AnalyzerSummary |
withArn(String arn)
The ARN of the analyzer.
|
AnalyzerSummary |
withCreatedAt(Date createdAt)
A timestamp for the time at which the analyzer was created.
|
AnalyzerSummary |
withLastResourceAnalyzed(String lastResourceAnalyzed)
The resource that was most recently analyzed by the analyzer.
|
AnalyzerSummary |
withLastResourceAnalyzedAt(Date lastResourceAnalyzedAt)
The time at which the most recently analyzed resource was analyzed.
|
AnalyzerSummary |
withName(String name)
The name of the analyzer.
|
AnalyzerSummary |
withStatus(AnalyzerStatus status)
The status of the analyzer.
|
AnalyzerSummary |
withStatus(String status)
The status of the analyzer.
|
AnalyzerSummary |
withStatusReason(StatusReason statusReason)
The
statusReason provides more details about the current status of the analyzer. |
AnalyzerSummary |
withTags(Map<String,String> tags)
The tags added to the analyzer.
|
AnalyzerSummary |
withType(String type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
AnalyzerSummary |
withType(Type type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
|
public void setArn(String arn)
The ARN of the analyzer.
arn - The ARN of the analyzer.public String getArn()
The ARN of the analyzer.
public AnalyzerSummary withArn(String arn)
The ARN of the analyzer.
arn - The ARN of the analyzer.public void setCreatedAt(Date createdAt)
A timestamp for the time at which the analyzer was created.
createdAt - A timestamp for the time at which the analyzer was created.public Date getCreatedAt()
A timestamp for the time at which the analyzer was created.
public AnalyzerSummary withCreatedAt(Date createdAt)
A timestamp for the time at which the analyzer was created.
createdAt - A timestamp for the time at which the analyzer was created.public void setLastResourceAnalyzed(String lastResourceAnalyzed)
The resource that was most recently analyzed by the analyzer.
lastResourceAnalyzed - The resource that was most recently analyzed by the analyzer.public String getLastResourceAnalyzed()
The resource that was most recently analyzed by the analyzer.
public AnalyzerSummary withLastResourceAnalyzed(String lastResourceAnalyzed)
The resource that was most recently analyzed by the analyzer.
lastResourceAnalyzed - The resource that was most recently analyzed by the analyzer.public void setLastResourceAnalyzedAt(Date lastResourceAnalyzedAt)
The time at which the most recently analyzed resource was analyzed.
lastResourceAnalyzedAt - The time at which the most recently analyzed resource was analyzed.public Date getLastResourceAnalyzedAt()
The time at which the most recently analyzed resource was analyzed.
public AnalyzerSummary withLastResourceAnalyzedAt(Date lastResourceAnalyzedAt)
The time at which the most recently analyzed resource was analyzed.
lastResourceAnalyzedAt - The time at which the most recently analyzed resource was analyzed.public void setName(String name)
The name of the analyzer.
name - The name of the analyzer.public String getName()
The name of the analyzer.
public AnalyzerSummary withName(String name)
The name of the analyzer.
name - The name of the analyzer.public void setStatus(String 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.
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.AnalyzerStatuspublic String getStatus()
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.
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 AnalyzerSummary withStatus(String 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.
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.AnalyzerStatuspublic AnalyzerSummary withStatus(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.
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.AnalyzerStatuspublic void setStatusReason(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 - 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.public StatusReason getStatusReason()
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 AnalyzerSummary withStatusReason(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 - 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.public Map<String,String> getTags()
The tags added to the analyzer.
public void setTags(Map<String,String> tags)
The tags added to the analyzer.
tags - The tags added to the analyzer.public AnalyzerSummary withTags(Map<String,String> tags)
The tags added to the analyzer.
tags - The tags added to the analyzer.public AnalyzerSummary addTagsEntry(String key, String value)
public AnalyzerSummary clearTagsEntries()
public void setType(String type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
type - The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.Typepublic String getType()
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
Typepublic AnalyzerSummary withType(String type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
type - The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.Typepublic AnalyzerSummary withType(Type type)
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
type - The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.Typepublic String toString()
toString in class ObjectObject.toString()public AnalyzerSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.