Class EventBridgeResource


  • public class EventBridgeResource
    extends java.lang.Object
    The Amazon EventBridge destination.
    • Constructor Detail

      • EventBridgeResource

        public EventBridgeResource()
    • Method Detail

      • getName

        public java.lang.String getName()
        The name of the partner event source associated with the destination.
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • getRegion

        public java.lang.String getRegion()
        The AWS region in which you receive the notifications. For AWS regions that are supported in Amazon EventBridge, refer to [Amazon EventBridge endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/ev.html).
        Returns:
        region
      • setRegion

        public void setRegion​(java.lang.String region)
      • getAccountId

        public java.lang.String getAccountId()
        The identifier for the AWS account that is responsible for charges related to receiving notifications.
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(java.lang.String accountId)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object