StructuredPojo
, ToCopyableBuilder<AffectedEntity.Builder,AffectedEntity>
@Generated("software.amazon.awssdk:codegen") public class AffectedEntity extends Object implements StructuredPojo, ToCopyableBuilder<AffectedEntity.Builder,AffectedEntity>
Information about an entity that is affected by a Health event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
AffectedEntity.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
awsAccountId() |
The 12-digit AWS account number that contains the affected entity.
|
static AffectedEntity.Builder |
builder() |
|
String |
entityArn() |
The unique identifier for the entity.
|
String |
entityValue() |
The ID of the affected entity.
|
boolean |
equals(Object obj) |
|
String |
eventArn() |
The unique identifier for the event.
|
int |
hashCode() |
|
Date |
lastUpdatedTime() |
The most recent time that the entity was updated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends AffectedEntity.Builder> |
serializableBuilderClass() |
|
String |
statusCode() |
The most recent status of the entity affected by the event.
|
Map<String,String> |
tags() |
A map of entity tags attached to the affected entity.
|
AffectedEntity.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String entityArn()
The unique identifier for the entity. Format:
arn:aws:health:entity-region:aws-account:entity/entity-id
. Example:
arn:aws:health:us-east-1:111222333444:entity/AVh5GGT7ul1arKr1sE1K
arn:aws:health:entity-region:aws-account:entity/entity-id
. Example:
arn:aws:health:us-east-1:111222333444:entity/AVh5GGT7ul1arKr1sE1K
public String eventArn()
The unique identifier for the event. Format:
arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID
. Example:
arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331
arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID
. Example:
arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331
public String entityValue()
The ID of the affected entity.
public String awsAccountId()
The 12-digit AWS account number that contains the affected entity.
public Date lastUpdatedTime()
The most recent time that the entity was updated.
public String statusCode()
The most recent status of the entity affected by the event. The possible values are IMPAIRED
,
UNIMPAIRED
, and UNKNOWN
.
IMPAIRED
, UNIMPAIRED
, and UNKNOWN
.EntityStatusCode
public Map<String,String> tags()
A map of entity tags attached to the affected entity.
public AffectedEntity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AffectedEntity.Builder,AffectedEntity>
public static AffectedEntity.Builder builder()
public static Class<? extends AffectedEntity.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.