public class RejectedLogEventsInfo extends Object implements Serializable, Cloneable
Constructor and Description |
---|
RejectedLogEventsInfo() |
Modifier and Type | Method and Description |
---|---|
RejectedLogEventsInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getExpiredLogEventEndIndex() |
Integer |
getTooNewLogEventStartIndex() |
Integer |
getTooOldLogEventEndIndex() |
int |
hashCode() |
void |
setExpiredLogEventEndIndex(Integer expiredLogEventEndIndex) |
void |
setTooNewLogEventStartIndex(Integer tooNewLogEventStartIndex) |
void |
setTooOldLogEventEndIndex(Integer tooOldLogEventEndIndex) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RejectedLogEventsInfo |
withExpiredLogEventEndIndex(Integer expiredLogEventEndIndex) |
RejectedLogEventsInfo |
withTooNewLogEventStartIndex(Integer tooNewLogEventStartIndex) |
RejectedLogEventsInfo |
withTooOldLogEventEndIndex(Integer tooOldLogEventEndIndex) |
public void setTooNewLogEventStartIndex(Integer tooNewLogEventStartIndex)
tooNewLogEventStartIndex
- public Integer getTooNewLogEventStartIndex()
public RejectedLogEventsInfo withTooNewLogEventStartIndex(Integer tooNewLogEventStartIndex)
tooNewLogEventStartIndex
- public void setTooOldLogEventEndIndex(Integer tooOldLogEventEndIndex)
tooOldLogEventEndIndex
- public Integer getTooOldLogEventEndIndex()
public RejectedLogEventsInfo withTooOldLogEventEndIndex(Integer tooOldLogEventEndIndex)
tooOldLogEventEndIndex
- public void setExpiredLogEventEndIndex(Integer expiredLogEventEndIndex)
expiredLogEventEndIndex
- public Integer getExpiredLogEventEndIndex()
public RejectedLogEventsInfo withExpiredLogEventEndIndex(Integer expiredLogEventEndIndex)
expiredLogEventEndIndex
- public String toString()
toString
in class Object
Object.toString()
public RejectedLogEventsInfo clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.