Class AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Jsii$Proxy
- All Implemented Interfaces:
AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.organizations.events.AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder, AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) accountId property.(experimental) accountName property.(experimental) completedTimestamp property.getId()(experimental) id property.(experimental) requestedTimestamp property.getState()(experimental) state property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder builder) Constructor that initializes the object based on literal property values passed by theAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus(experimental) accountId property.Specify an array of string values to match this event if the actual value of accountId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Account reference
- Specified by:
getAccountIdin interfaceAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
-
getAccountName
Description copied from interface:AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus(experimental) accountName property.Specify an array of string values to match this event if the actual value of accountName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getAccountNamein interfaceAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
-
getCompletedTimestamp
Description copied from interface:AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus(experimental) completedTimestamp property.Specify an array of string values to match this event if the actual value of completedTimestamp is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getCompletedTimestampin interfaceAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
-
getId
Description copied from interface:AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus(experimental) id property.Specify an array of string values to match this event if the actual value of id is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getIdin interfaceAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
-
getRequestedTimestamp
Description copied from interface:AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus(experimental) requestedTimestamp property.Specify an array of string values to match this event if the actual value of requestedTimestamp is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getRequestedTimestampin interfaceAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
-
getState
Description copied from interface:AccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus(experimental) state property.Specify an array of string values to match this event if the actual value of state is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getStatein interfaceAccountEvents.AWSServiceEventViaCloudTrail.CreateAccountStatus
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-