@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 cannot 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 String awsAccountId()
The 12-digit AWS account numbers that contains the affected entities.
public String eventArn()
The unique identifier for the event. Format:
arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
. Example:
Example: 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
. Example:
Example: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456public String errorName()
The name of the error.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.