Package com.atlan.model.events
Class AwsEventWrapper
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.events.AwsEventWrapper
- All Implemented Interfaces:
Serializable
Details that wrap events when sent through AWS (Lambda).
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AwsEventWrapper.AwsEventWrapperBuilder<C extends AwsEventWrapper,
B extends AwsEventWrapper.AwsEventWrapperBuilder<C, B>> static final class
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
AwsEventWrapper
(String version, String routeKey, String rawPath, String rawQueryString, Map<String, String> headers, AwsEventWrapper.AwsRequestContext requestContext, String body, boolean isBase64Encoded) -
Method Summary
Modifier and TypeMethodDescriptionstatic AwsEventWrapper.AwsEventWrapperBuilder<?,
?> builder()
protected boolean
boolean
getBody()
Actual contents of the event that was sent by Atlan.Headers that were used when sending the event through to the Lambda URL.boolean
Whether the contents are base64-encoded (true) or plain text (false).TBCTBCTBCTBCTBCint
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AwsEventWrapper
-
AwsEventWrapper
-
-
Method Details
-
builder
-
toBuilder
-
getVersion
TBC -
getRouteKey
TBC -
getRawPath
TBC -
getRawQueryString
TBC -
getHeaders
Headers that were used when sending the event through to the Lambda URL. -
getRequestContext
TBC -
getBody
Actual contents of the event that was sent by Atlan. -
getIsBase64Encoded
public boolean getIsBase64Encoded()Whether the contents are base64-encoded (true) or plain text (false). -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-