@Generated(value="software.amazon.awssdk:codegen") public final class EventItemResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventItemResponse.Builder,EventItemResponse>
Provides the status code and message that result from processing an event.
Modifier and Type | Class and Description |
---|---|
static interface |
EventItemResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static EventItemResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A custom message that's returned in the response as a result of processing the event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventItemResponse.Builder> |
serializableBuilderClass() |
Integer |
statusCode()
The status code that's returned in the response as a result of processing the event.
|
EventItemResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String message()
A custom message that's returned in the response as a result of processing the event.
public Integer statusCode()
The status code that's returned in the response as a result of processing the event. Possible values are: 202, for events that were accepted; and, 400, for events that weren't valid.
public EventItemResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EventItemResponse.Builder,EventItemResponse>
public static EventItemResponse.Builder builder()
public static Class<? extends EventItemResponse.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.