StructuredPojo, ToCopyableBuilder<AssessmentRunAgent.Builder,AssessmentRunAgent>@Generated("software.amazon.awssdk:codegen") public class AssessmentRunAgent extends Object implements StructuredPojo, ToCopyableBuilder<AssessmentRunAgent.Builder,AssessmentRunAgent>
Contains information about an Amazon Inspector agent. This data type is used as a response element in the ListAssessmentRunAgents action.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
AssessmentRunAgent.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
agentHealth() |
The current health state of the agent.
|
String |
agentHealthCode() |
The detailed health state of the agent.
|
String |
agentHealthDetails() |
The description for the agent health code.
|
String |
agentId() |
The AWS account of the EC2 instance where the agent is installed.
|
String |
assessmentRunArn() |
The ARN of the assessment run that is associated with the agent.
|
String |
autoScalingGroup() |
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
|
static AssessmentRunAgent.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends AssessmentRunAgent.Builder> |
serializableBuilderClass() |
|
List<TelemetryMetadata> |
telemetryMetadata() |
The Amazon Inspector application data metrics that are collected by the agent.
|
AssessmentRunAgent.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String agentId()
The AWS account of the EC2 instance where the agent is installed.
public String assessmentRunArn()
The ARN of the assessment run that is associated with the agent.
public String agentHealth()
The current health state of the agent.
AgentHealthpublic String agentHealthCode()
The detailed health state of the agent.
AgentHealthCodepublic String agentHealthDetails()
The description for the agent health code.
public String autoScalingGroup()
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
public List<TelemetryMetadata> telemetryMetadata()
The Amazon Inspector application data metrics that are collected by the agent.
public AssessmentRunAgent.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AssessmentRunAgent.Builder,AssessmentRunAgent>public static AssessmentRunAgent.Builder builder()
public static Class<? extends AssessmentRunAgent.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.