Package no.unit.nva.events.models
Class AwsEventBridgeEvent<I>
java.lang.Object
no.unit.nva.events.models.AwsEventBridgeEvent<I>
- All Implemented Interfaces:
no.unit.nva.commons.json.JsonSerializable
public class AwsEventBridgeEvent<I>
extends Object
implements no.unit.nva.commons.json.JsonSerializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTime()inthashCode()voidsetAccount(String account) voidvoidsetDetailType(String detailType) voidvoidvoidsetRegion(software.amazon.awssdk.regions.Region region) voidsetResources(Collection<String> resources) voidvoidvoidsetVersion(String version) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface no.unit.nva.commons.json.JsonSerializable
toJsonString
-
Constructor Details
-
AwsEventBridgeEvent
public AwsEventBridgeEvent()
-
-
Method Details
-
getRegion
-
setRegion
-
setRegion
public void setRegion(software.amazon.awssdk.regions.Region region) -
getVersion
-
setVersion
-
getId
-
setId
-
getDetailType
-
setDetailType
-
getSource
-
setSource
-
getAccount
-
setAccount
-
getTime
-
setTime
-
getResources
-
setResources
-
getDetail
-
setDetail
-
hashCode
public int hashCode() -
equals
-
toString
-