public static class CloudWatchLogsEvent.AWSLogs extends Object implements Serializable, Cloneable
Constructor and Description |
---|
AWSLogs()
default constructor
|
Modifier and Type | Method and Description |
---|---|
CloudWatchLogsEvent.AWSLogs |
clone() |
boolean |
equals(Object obj) |
String |
getData() |
int |
hashCode() |
void |
setData(String data) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CloudWatchLogsEvent.AWSLogs |
withData(String data) |
public String getData()
public void setData(String data)
data
- String with log datapublic CloudWatchLogsEvent.AWSLogs withData(String data)
data
- String with log datapublic String toString()
toString
in class Object
Object.toString()
public CloudWatchLogsEvent.AWSLogs clone()
Copyright © 2020. All rights reserved.