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
Nested ClassesModifier and TypeClassDescriptionstatic classAwsEventWrapper.AwsEventWrapperBuilder<C extends AwsEventWrapper,B extends AwsEventWrapper.AwsEventWrapperBuilder<C, B>> static final classNested 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
ConstructorsModifierConstructorDescriptionprotectedAwsEventWrapper(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 booleanbooleangetBody()Actual contents of the event that was sent by Atlan.Headers that were used when sending the event through to the Lambda URL.booleanWhether the contents are base64-encoded (true) or plain text (false).TBCTBCTBCTBCTBCinthashCode()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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-