public class PutLogEventsResult extends Object implements Serializable
Constructor and Description |
---|
PutLogEventsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextSequenceToken()
A string token used for making PutLogEvents requests.
|
int |
hashCode() |
void |
setNextSequenceToken(String nextSequenceToken)
A string token used for making PutLogEvents requests.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutLogEventsResult |
withNextSequenceToken(String nextSequenceToken)
A string token used for making PutLogEvents requests.
|
public String getNextSequenceToken()
sequenceToken
can only be used once, and
PutLogEvents requests must include the sequenceToken
obtained from the response of the
previous request.
Constraints:
Length: 1 -
sequenceToken
can only be used once, and
PutLogEvents requests must include the sequenceToken
obtained from the response of the
previous request.public void setNextSequenceToken(String nextSequenceToken)
sequenceToken
can only be used once, and
PutLogEvents requests must include the sequenceToken
obtained from the response of the
previous request.
Constraints:
Length: 1 -
nextSequenceToken
- A string token used for making PutLogEvents requests. A sequenceToken
can only be used once, and
PutLogEvents requests must include the sequenceToken
obtained from the response of the
previous request.public PutLogEventsResult withNextSequenceToken(String nextSequenceToken)
sequenceToken
can only be used once, and
PutLogEvents requests must include the sequenceToken
obtained from the response of the
previous request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextSequenceToken
- A string token used for making PutLogEvents requests. A sequenceToken
can only be used once, and
PutLogEvents requests must include the sequenceToken
obtained from the response of the
previous request.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.