Class PutLogEventsResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PutLogEventsResponse.Builder,PutLogEventsResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PutLogEventsResponse.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe next sequence token.final RejectedEntityInfoInformation about why the entity is rejected when callingPutLogEvents.final RejectedLogEventsInfoThe rejected events.static Class<? extends PutLogEventsResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
nextSequenceToken
The next sequence token.
This field has been deprecated.
The sequence token is now ignored in
PutLogEventsactions.PutLogEventsactions are always accepted even if the sequence token is not valid. You can use parallelPutLogEventsactions on the same log stream and you do not need to wait for the response of a previousPutLogEventsaction to obtain thenextSequenceTokenvalue.- Returns:
- The next sequence token.
This field has been deprecated.
The sequence token is now ignored in
PutLogEventsactions.PutLogEventsactions are always accepted even if the sequence token is not valid. You can use parallelPutLogEventsactions on the same log stream and you do not need to wait for the response of a previousPutLogEventsaction to obtain thenextSequenceTokenvalue.
-
rejectedLogEventsInfo
The rejected events.
- Returns:
- The rejected events.
-
rejectedEntityInfo
Information about why the entity is rejected when calling
PutLogEvents. Only returned when the entity is rejected.When the entity is rejected, the events may still be accepted.
- Returns:
- Information about why the entity is rejected when calling
PutLogEvents. Only returned when the entity is rejected.When the entity is rejected, the events may still be accepted.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutLogEventsResponse.Builder,PutLogEventsResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-