@Generated(value="software.amazon.awssdk:codegen") public final class EventAccountFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventAccountFilter.Builder,EventAccountFilter>
The values used to filter results from the DescribeEventDetailsForOrganization and DescribeAffectedEntitiesForOrganization operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventAccountFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The 12-digit Amazon Web Services account numbers that contains the affected entities.
|
static EventAccountFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventArn()
The unique identifier for the event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventAccountFilter.Builder> |
serializableBuilderClass() |
EventAccountFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventArn()
The unique identifier for the event. The event ARN has the
arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
format.
For example, an event ARN might look like the following:
arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
format.
For example, an event ARN might look like the following:
arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
public final String awsAccountId()
The 12-digit Amazon Web Services account numbers that contains the affected entities.
public EventAccountFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventAccountFilter.Builder,EventAccountFilter>public static EventAccountFilter.Builder builder()
public static Class<? extends EventAccountFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.