Class RejectedLogEventsInfo
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatchlogs.model.RejectedLogEventsInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>
@Generated("software.amazon.awssdk:codegen") public final class RejectedLogEventsInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>
Represents the rejected events.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRejectedLogEventsInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RejectedLogEventsInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerexpiredLogEventEndIndex()The expired log events.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RejectedLogEventsInfo.Builder>serializableBuilderClass()RejectedLogEventsInfo.BuildertoBuilder()IntegertooNewLogEventStartIndex()The index of the first log event that is too new.IntegertooOldLogEventEndIndex()The index of the last log event that is too old.StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tooNewLogEventStartIndex
public final Integer tooNewLogEventStartIndex()
The index of the first log event that is too new. This field is inclusive.
- Returns:
- The index of the first log event that is too new. This field is inclusive.
-
tooOldLogEventEndIndex
public final Integer tooOldLogEventEndIndex()
The index of the last log event that is too old. This field is exclusive.
- Returns:
- The index of the last log event that is too old. This field is exclusive.
-
expiredLogEventEndIndex
public final Integer expiredLogEventEndIndex()
The expired log events.
- Returns:
- The expired log events.
-
toBuilder
public RejectedLogEventsInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>
-
builder
public static RejectedLogEventsInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends RejectedLogEventsInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-