public class PutLogEventsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
PutLogEventsResult() |
| Modifier and Type | Method and Description |
|---|---|
PutLogEventsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextSequenceToken()
A string token used for making PutLogEvents requests.
|
RejectedLogEventsInfo |
getRejectedLogEventsInfo()
Returns the value of the RejectedLogEventsInfo property for this
object.
|
int |
hashCode() |
void |
setNextSequenceToken(String nextSequenceToken)
A string token used for making PutLogEvents requests.
|
void |
setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
Sets the value of the RejectedLogEventsInfo property for this object.
|
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.
|
PutLogEventsResult |
withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
Sets the value of the RejectedLogEventsInfo property for this object.
|
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 RejectedLogEventsInfo getRejectedLogEventsInfo()
public void setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
rejectedLogEventsInfo - The new value for the RejectedLogEventsInfo property for this object.public PutLogEventsResult withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
Returns a reference to this object so that method calls can be chained together.
rejectedLogEventsInfo - The new value for the RejectedLogEventsInfo property for this object.public String toString()
toString in class ObjectObject.toString()public PutLogEventsResult clone()
Copyright © 2015. All rights reserved.