@Generated(value="software.amazon.awssdk:codegen") public final class PutEventsResponse extends CloudWatchEventsResponse implements ToCopyableBuilder<PutEventsResponse.Builder,PutEventsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutEventsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutEventsResponse.Builder |
builder() |
List<PutEventsResultEntry> |
entries()
The successfully and unsuccessfully ingested events results.
|
boolean |
equals(Object obj) |
Integer |
failedEntryCount()
The number of failed entries.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends PutEventsResponse.Builder> |
serializableBuilderClass() |
PutEventsResponse.Builder |
toBuilder() |
String |
toString() |
sdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer failedEntryCount()
The number of failed entries.
public List<PutEventsResultEntry> entries()
The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PutEventsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutEventsResponse.Builder,PutEventsResponse>toBuilder in class AwsResponsepublic static PutEventsResponse.Builder builder()
public static Class<? extends PutEventsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.