Class EventDestination.AmazonEventbridge

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.EventDestination.AmazonEventbridge
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
EventDestination

public static class EventDestination.AmazonEventbridge extends StripeObject
For more details about AmazonEventbridge, please refer to the API Reference.
  • Constructor Details

    • AmazonEventbridge

      public AmazonEventbridge()
  • Method Details

    • getAwsAccountId

      public String getAwsAccountId()
      The AWS account ID.
    • getAwsEventSourceArn

      public String getAwsEventSourceArn()
      The ARN of the AWS event source.
    • getAwsEventSourceStatus

      public String getAwsEventSourceStatus()
      The state of the AWS event source.

      One of active, deleted, pending, or unknown.

    • setAwsAccountId

      public void setAwsAccountId(String awsAccountId)
      The AWS account ID.
    • setAwsEventSourceArn

      public void setAwsEventSourceArn(String awsEventSourceArn)
      The ARN of the AWS event source.
    • setAwsEventSourceStatus

      public void setAwsEventSourceStatus(String awsEventSourceStatus)
      The state of the AWS event source.

      One of active, deleted, pending, or unknown.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object