@Generated(value="software.amazon.awssdk:codegen") public final class PutLogEventsResponse extends CloudWatchLogsResponse implements ToCopyableBuilder<PutLogEventsResponse.Builder,PutLogEventsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutLogEventsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutLogEventsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextSequenceToken()
The next sequence token.
|
RejectedLogEventsInfo |
rejectedLogEventsInfo()
The rejected events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutLogEventsResponse.Builder> |
serializableBuilderClass() |
PutLogEventsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextSequenceToken()
The next sequence token.
This field has been deprecated.
The sequence token is now ignored in PutLogEvents actions. PutLogEvents actions are
always accepted even if the sequence token is not valid. You can use parallel PutLogEvents actions
on the same log stream and you do not need to wait for the response of a previous PutLogEvents
action to obtain the nextSequenceToken value.
This field has been deprecated.
The sequence token is now ignored in PutLogEvents actions. PutLogEvents actions
are always accepted even if the sequence token is not valid. You can use parallel
PutLogEvents actions on the same log stream and you do not need to wait for the response of
a previous PutLogEvents action to obtain the nextSequenceToken value.
public final RejectedLogEventsInfo rejectedLogEventsInfo()
The rejected events.
public PutLogEventsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutLogEventsResponse.Builder,PutLogEventsResponse>toBuilder in class AwsResponsepublic static PutLogEventsResponse.Builder builder()
public static Class<? extends PutLogEventsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.