public class PutLogEventsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PutLogEventsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextSequenceToken()
The next sequence token.
|
RejectedLogEventsInfo |
getRejectedLogEventsInfo()
The rejected events.
|
int |
hashCode() |
void |
setNextSequenceToken(java.lang.String nextSequenceToken)
The next sequence token.
|
void |
setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutLogEventsResult |
withNextSequenceToken(java.lang.String nextSequenceToken)
The next sequence token.
|
PutLogEventsResult |
withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
|
public java.lang.String getNextSequenceToken()
The next sequence token.
Constraints:
Length: 1 -
The next sequence token.
public void setNextSequenceToken(java.lang.String nextSequenceToken)
The next sequence token.
Constraints:
Length: 1 -
nextSequenceToken - The next sequence token.
public PutLogEventsResult withNextSequenceToken(java.lang.String nextSequenceToken)
The next sequence token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextSequenceToken - The next sequence token.
public RejectedLogEventsInfo getRejectedLogEventsInfo()
The rejected events.
The rejected events.
public void setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
rejectedLogEventsInfo - The rejected events.
public PutLogEventsResult withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
Returns a reference to this object so that method calls can be chained together.
rejectedLogEventsInfo - The rejected events.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.