StructuredPojo
, ToCopyableBuilder<EventDetailsErrorItem.Builder,EventDetailsErrorItem>
@Generated("software.amazon.awssdk:codegen") public class EventDetailsErrorItem extends Object implements StructuredPojo, ToCopyableBuilder<EventDetailsErrorItem.Builder,EventDetailsErrorItem>
Error information returned when a DescribeEventDetails operation cannot find a specified event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EventDetailsErrorItem.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EventDetailsErrorItem.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
errorMessage() |
A message that describes the error.
|
String |
errorName() |
The name of the error.
|
String |
eventArn() |
The unique identifier for the event.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends EventDetailsErrorItem.Builder> |
serializableBuilderClass() |
|
EventDetailsErrorItem.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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 errorName()
The name of the error.
public String errorMessage()
A message that describes the error.
public EventDetailsErrorItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventDetailsErrorItem.Builder,EventDetailsErrorItem>
public static EventDetailsErrorItem.Builder builder()
public static Class<? extends EventDetailsErrorItem.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.