Class AWSServiceEventViaCloudTrail.CreateAccountStatus.Jsii$Proxy
- All Implemented Interfaces:
AWSServiceEventViaCloudTrail.CreateAccountStatus,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AWSServiceEventViaCloudTrail.CreateAccountStatus
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.AWSServiceEventViaCloudTrail.CreateAccountStatus
AWSServiceEventViaCloudTrail.CreateAccountStatus.Builder, AWSServiceEventViaCloudTrail.CreateAccountStatus.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAWSServiceEventViaCloudTrail.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
Constructor that initializes the object based on literal property values passed by theAWSServiceEventViaCloudTrail.CreateAccountStatus.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface: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 interfaceAWSServiceEventViaCloudTrail.CreateAccountStatus
-
getAccountName
Description copied from interface: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 interfaceAWSServiceEventViaCloudTrail.CreateAccountStatus
-
getCompletedTimestamp
Description copied from interface: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 interfaceAWSServiceEventViaCloudTrail.CreateAccountStatus
-
getId
Description copied from interface: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 interfaceAWSServiceEventViaCloudTrail.CreateAccountStatus
-
getRequestedTimestamp
Description copied from interface: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 interfaceAWSServiceEventViaCloudTrail.CreateAccountStatus
-
getState
Description copied from interface: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 interfaceAWSServiceEventViaCloudTrail.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()
-