StructuredPojo
, ToCopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>
@Generated("software.amazon.awssdk:codegen") public class RejectedLogEventsInfo extends Object implements StructuredPojo, ToCopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>
Represents the rejected events.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RejectedLogEventsInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RejectedLogEventsInfo.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Integer |
expiredLogEventEndIndex() |
The expired log events.
|
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() |
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RejectedLogEventsInfo.Builder,RejectedLogEventsInfo>
public static RejectedLogEventsInfo.Builder builder()
public static Class<? extends RejectedLogEventsInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.