public class LogStream extends Object implements Serializable, Cloneable
A log stream is sequence of log events from a single emitter of logs.
Constructor and Description |
---|
LogStream() |
public void setLogStreamName(String logStreamName)
logStreamName
- public String getLogStreamName()
public LogStream withLogStreamName(String logStreamName)
logStreamName
- public void setCreationTime(Long creationTime)
creationTime
- public Long getCreationTime()
public LogStream withCreationTime(Long creationTime)
creationTime
- public void setFirstEventTimestamp(Long firstEventTimestamp)
firstEventTimestamp
- public Long getFirstEventTimestamp()
public LogStream withFirstEventTimestamp(Long firstEventTimestamp)
firstEventTimestamp
- public void setLastEventTimestamp(Long lastEventTimestamp)
lastEventTimestamp
- public Long getLastEventTimestamp()
public LogStream withLastEventTimestamp(Long lastEventTimestamp)
lastEventTimestamp
- public void setLastIngestionTime(Long lastIngestionTime)
lastIngestionTime
- public Long getLastIngestionTime()
public LogStream withLastIngestionTime(Long lastIngestionTime)
lastIngestionTime
- public void setUploadSequenceToken(String uploadSequenceToken)
uploadSequenceToken
- public String getUploadSequenceToken()
public LogStream withUploadSequenceToken(String uploadSequenceToken)
uploadSequenceToken
- public void setArn(String arn)
arn
- public String getArn()
public LogStream withArn(String arn)
arn
- public void setStoredBytes(Long storedBytes)
storedBytes
- public Long getStoredBytes()
public LogStream withStoredBytes(Long storedBytes)
storedBytes
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.