StructuredPojo
, ToCopyableBuilder<EntityFilter.Builder,EntityFilter>
@Generated("software.amazon.awssdk:codegen") public class EntityFilter extends Object implements StructuredPojo, ToCopyableBuilder<EntityFilter.Builder,EntityFilter>
The values to use to filter results from the DescribeAffectedEntities operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EntityFilter.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EntityFilter.Builder |
builder() |
|
List<String> |
entityArns() |
A list of entity ARNs (unique identifiers).
|
List<String> |
entityValues() |
A list of IDs for affected entities.
|
boolean |
equals(Object obj) |
|
List<String> |
eventArns() |
A list of event ARNs (unique identifiers).
|
int |
hashCode() |
|
List<DateTimeRange> |
lastUpdatedTimes() |
A list of the most recent dates and times that the entity was updated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends EntityFilter.Builder> |
serializableBuilderClass() |
|
List<String> |
statusCodes() |
A list of entity status codes (
IMPAIRED , UNIMPAIRED , or UNKNOWN ). |
List<Map<String,String>> |
tags() |
A map of entity tags attached to the affected entity.
|
EntityFilter.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<String> eventArns()
A list of event ARNs (unique identifiers). For example:
"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331", "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"
"arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331", "arn:aws:health:us-west-1::event/AWS_EBS_LOST_VOLUME_xyz"
public List<String> entityArns()
A list of entity ARNs (unique identifiers).
public List<String> entityValues()
A list of IDs for affected entities.
public List<DateTimeRange> lastUpdatedTimes()
A list of the most recent dates and times that the entity was updated.
public List<Map<String,String>> tags()
A map of entity tags attached to the affected entity.
public List<String> statusCodes()
A list of entity status codes (IMPAIRED
, UNIMPAIRED
, or UNKNOWN
).
IMPAIRED
, UNIMPAIRED
, or UNKNOWN
).EntityStatusCode
public EntityFilter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EntityFilter.Builder,EntityFilter>
public static EntityFilter.Builder builder()
public static Class<? extends EntityFilter.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.