@Generated(value="software.amazon.awssdk:codegen") public class RejectedLogEventsInfo extends Object implements StructuredPojo, ToCopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>
Represents the rejected events.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RejectedLogEventsInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RejectedLogEventsInfo.Builder |
builder() |
boolean |
equals(Object obj) |
Integer |
expiredLogEventEndIndex()
The expired log events.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends RejectedLogEventsInfo.Builder> |
serializableBuilderClass() |
RejectedLogEventsInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
Integer |
tooNewLogEventStartIndex()
The log events that are too new.
|
Integer |
tooOldLogEventEndIndex()
The log events that are too old.
|
String |
toString() |
copypublic Integer tooNewLogEventStartIndex()
The log events that are too new.
public Integer tooOldLogEventEndIndex()
The log events that are too old.
public Integer expiredLogEventEndIndex()
The expired log events.
public RejectedLogEventsInfo.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>public static RejectedLogEventsInfo.Builder builder()
public static Class<? extends RejectedLogEventsInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.