public class CloudFrontEvent extends Object implements Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
CloudFrontEvent.CF
class that represents the CloudFront body within a record
|
static class |
CloudFrontEvent.Config
Class that represents the configuration of a CloudFront message
|
static class |
CloudFrontEvent.Header
class that represents a header
|
static class |
CloudFrontEvent.Record
Class that represents a record in a CLoudFront event
|
static class |
CloudFrontEvent.Request
class that represents a CLoudFront request
|
static class |
CloudFrontEvent.Response
class that represents a Response object
|
Constructor and Description |
---|
CloudFrontEvent()
default constructor
|
Modifier and Type | Method and Description |
---|---|
CloudFrontEvent |
clone() |
boolean |
equals(Object obj) |
List<CloudFrontEvent.Record> |
getRecords() |
int |
hashCode() |
void |
setRecords(List<CloudFrontEvent.Record> records) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CloudFrontEvent |
withRecords(List<CloudFrontEvent.Record> records) |
public List<CloudFrontEvent.Record> getRecords()
public void setRecords(List<CloudFrontEvent.Record> records)
records
- list of records in cloud front eventpublic CloudFrontEvent withRecords(List<CloudFrontEvent.Record> records)
records
- list of records in cloud front eventpublic String toString()
toString
in class Object
Object.toString()
public CloudFrontEvent clone()
Copyright © 2024. All rights reserved.