Package com.atlan.model.events
Class AwsEventWrapper.AwsRequestContext
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.events.AwsEventWrapper.AwsRequestContext
- All Implemented Interfaces:
Serializable
- Enclosing class:
AwsEventWrapper
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAwsEventWrapper.AwsRequestContext.AwsRequestContextBuilder<C extends AwsEventWrapper.AwsRequestContext,B extends AwsEventWrapper.AwsRequestContext.AwsRequestContextBuilder<C, B>> 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanAccount from which the request originated.getApiId()TBCTBCTBCgetHttp()TBCTBCTBCgetStage()TBCgetTime()Time at which the event was received, as a formatted string.Time at which the event was received, epoch-based, in milliseconds.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AwsRequestContext
-
AwsRequestContext
-
-
Method Details
-
builder
-
toBuilder
-
getAccountId
Account from which the request originated. -
getApiId
TBC -
getDomainName
TBC -
getDomainPrefix
TBC -
getHttp
TBC -
getRequestId
TBC -
getRouteKey
TBC -
getStage
TBC -
getTime
Time at which the event was received, as a formatted string. -
getTimeEpoch
Time at which the event was received, epoch-based, in milliseconds. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-