public static class CloudFrontEvent.Record extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Record()
default constructor
|
| Modifier and Type | Method and Description |
|---|---|
CloudFrontEvent.Record |
clone() |
boolean |
equals(Object obj) |
CloudFrontEvent.CF |
getCf() |
int |
hashCode() |
void |
setCf(CloudFrontEvent.CF cf) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CloudFrontEvent.Record |
withCf(CloudFrontEvent.CF cf) |
public CloudFrontEvent.CF getCf()
public void setCf(CloudFrontEvent.CF cf)
cf - CF object that contains message from cloud frontpublic CloudFrontEvent.Record withCf(CloudFrontEvent.CF cf)
cf - CF object that contains message from cloud frontpublic String toString()
toString in class ObjectObject.toString()public CloudFrontEvent.Record clone()
Copyright © 2017. All rights reserved.