@Generated(value="software.amazon.awssdk:codegen") public final class OrganizationAffectedEntitiesErrorItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrganizationAffectedEntitiesErrorItem.Builder,OrganizationAffectedEntitiesErrorItem>
Error information returned when a DescribeAffectedEntitiesForOrganization operation can't find or process a specific entity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OrganizationAffectedEntitiesErrorItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The 12-digit AWS account numbers that contains the affected entities.
|
static OrganizationAffectedEntitiesErrorItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The unique identifier for the event type.
|
String |
errorName()
The name of the error.
|
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 OrganizationAffectedEntitiesErrorItem.Builder> |
serializableBuilderClass() |
OrganizationAffectedEntitiesErrorItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The 12-digit AWS account numbers that contains the affected entities.
public 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 errorName()
The name of the error.
public final String errorMessage()
The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION. For example,
AWS_EC2_SYSTEM_MAINTENANCE_EVENT.
AWS_SERVICE_DESCRIPTION. For
example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.public OrganizationAffectedEntitiesErrorItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OrganizationAffectedEntitiesErrorItem.Builder,OrganizationAffectedEntitiesErrorItem>public static OrganizationAffectedEntitiesErrorItem.Builder builder()
public static Class<? extends OrganizationAffectedEntitiesErrorItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.