Package com.stripe.model.v2
Class EventDestination.AmazonEventbridge
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.EventDestination.AmazonEventbridge
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- EventDestination
For more details about AmazonEventbridge, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The AWS account ID.The ARN of the AWS event source.The state of the AWS event source.int
hashCode()
void
setAwsAccountId
(String awsAccountId) The AWS account ID.void
setAwsEventSourceArn
(String awsEventSourceArn) The ARN of the AWS event source.void
setAwsEventSourceStatus
(String awsEventSourceStatus) The state of the AWS event source.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AmazonEventbridge
public AmazonEventbridge()
-
-
Method Details
-
getAwsAccountId
The AWS account ID. -
getAwsEventSourceArn
The ARN of the AWS event source. -
getAwsEventSourceStatus
The state of the AWS event source.One of
active
,deleted
,pending
, orunknown
. -
setAwsAccountId
The AWS account ID. -
setAwsEventSourceArn
The ARN of the AWS event source. -
setAwsEventSourceStatus
The state of the AWS event source.One of
active
,deleted
,pending
, orunknown
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-