@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) |
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.
|
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 |
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 |
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 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.Type
public String getType()
The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.
Type
public 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.Type
public 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.Type
public String toString()
toString
in class Object
Object.toString()
public AnalyzerSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.