@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLogEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutLogEventsResult() |
Modifier and Type | Method and Description |
---|---|
PutLogEventsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextSequenceToken()
The next sequence token.
|
RejectedLogEventsInfo |
getRejectedLogEventsInfo()
The rejected events.
|
int |
hashCode() |
void |
setNextSequenceToken(String nextSequenceToken)
The next sequence token.
|
void |
setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
|
String |
toString()
Returns a string representation of this object.
|
PutLogEventsResult |
withNextSequenceToken(String nextSequenceToken)
The next sequence token.
|
PutLogEventsResult |
withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextSequenceToken(String nextSequenceToken)
The next sequence token.
This field has been deprecated.
The sequence token is now ignored in PutLogEvents
actions. PutLogEvents
actions are
always accepted even if the sequence token is not valid. You can use parallel PutLogEvents
actions
on the same log stream and you do not need to wait for the response of a previous PutLogEvents
action to obtain the nextSequenceToken
value.
nextSequenceToken
- The next sequence token. This field has been deprecated.
The sequence token is now ignored in PutLogEvents
actions. PutLogEvents
actions
are always accepted even if the sequence token is not valid. You can use parallel
PutLogEvents
actions on the same log stream and you do not need to wait for the response of a
previous PutLogEvents
action to obtain the nextSequenceToken
value.
public String getNextSequenceToken()
The next sequence token.
This field has been deprecated.
The sequence token is now ignored in PutLogEvents
actions. PutLogEvents
actions are
always accepted even if the sequence token is not valid. You can use parallel PutLogEvents
actions
on the same log stream and you do not need to wait for the response of a previous PutLogEvents
action to obtain the nextSequenceToken
value.
This field has been deprecated.
The sequence token is now ignored in PutLogEvents
actions. PutLogEvents
actions
are always accepted even if the sequence token is not valid. You can use parallel
PutLogEvents
actions on the same log stream and you do not need to wait for the response of
a previous PutLogEvents
action to obtain the nextSequenceToken
value.
public PutLogEventsResult withNextSequenceToken(String nextSequenceToken)
The next sequence token.
This field has been deprecated.
The sequence token is now ignored in PutLogEvents
actions. PutLogEvents
actions are
always accepted even if the sequence token is not valid. You can use parallel PutLogEvents
actions
on the same log stream and you do not need to wait for the response of a previous PutLogEvents
action to obtain the nextSequenceToken
value.
nextSequenceToken
- The next sequence token. This field has been deprecated.
The sequence token is now ignored in PutLogEvents
actions. PutLogEvents
actions
are always accepted even if the sequence token is not valid. You can use parallel
PutLogEvents
actions on the same log stream and you do not need to wait for the response of a
previous PutLogEvents
action to obtain the nextSequenceToken
value.
public void setRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
rejectedLogEventsInfo
- The rejected events.public RejectedLogEventsInfo getRejectedLogEventsInfo()
The rejected events.
public PutLogEventsResult withRejectedLogEventsInfo(RejectedLogEventsInfo rejectedLogEventsInfo)
The rejected events.
rejectedLogEventsInfo
- The rejected events.public String toString()
toString
in class Object
Object.toString()
public PutLogEventsResult clone()