public class CloudWatchLogsEvent extends Object implements Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudWatchLogsEvent.AWSLogs
Represents AWSLogs object in CloudWatch Evenet
|
| Constructor and Description |
|---|
CloudWatchLogsEvent()
default constructor
|
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsEvent |
clone() |
boolean |
equals(Object obj) |
CloudWatchLogsEvent.AWSLogs |
getAwsLogs() |
int |
hashCode() |
void |
setAwsLogs(CloudWatchLogsEvent.AWSLogs awsLogs) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CloudWatchLogsEvent |
withAwsLogs(CloudWatchLogsEvent.AWSLogs awsLogs) |
public CloudWatchLogsEvent.AWSLogs getAwsLogs()
public void setAwsLogs(CloudWatchLogsEvent.AWSLogs awsLogs)
awsLogs - AWSLogs objectpublic CloudWatchLogsEvent withAwsLogs(CloudWatchLogsEvent.AWSLogs awsLogs)
awsLogs - AWSLogs objectpublic String toString()
toString in class ObjectObject.toString()public CloudWatchLogsEvent clone()
Copyright © 2017. All rights reserved.