JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.appintegrations.model

Class GetEventIntegrationResult

    • Constructor Detail

      • GetEventIntegrationResult

        public GetEventIntegrationResult()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the event integration.

        Parameters:
        name - The name of the event integration.
      • getName

        public String getName()

        The name of the event integration.

        Returns:
        The name of the event integration.
      • withName

        public GetEventIntegrationResult withName(String name)

        The name of the event integration.

        Parameters:
        name - The name of the event integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description of the event integration.

        Parameters:
        description - The description of the event integration.
      • getDescription

        public String getDescription()

        The description of the event integration.

        Returns:
        The description of the event integration.
      • withDescription

        public GetEventIntegrationResult withDescription(String description)

        The description of the event integration.

        Parameters:
        description - The description of the event integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEventIntegrationArn

        public void setEventIntegrationArn(String eventIntegrationArn)

        The Amazon Resource Name (ARN) for the event integration.

        Parameters:
        eventIntegrationArn - The Amazon Resource Name (ARN) for the event integration.
      • getEventIntegrationArn

        public String getEventIntegrationArn()

        The Amazon Resource Name (ARN) for the event integration.

        Returns:
        The Amazon Resource Name (ARN) for the event integration.
      • withEventIntegrationArn

        public GetEventIntegrationResult withEventIntegrationArn(String eventIntegrationArn)

        The Amazon Resource Name (ARN) for the event integration.

        Parameters:
        eventIntegrationArn - The Amazon Resource Name (ARN) for the event integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEventBridgeBus

        public void setEventBridgeBus(String eventBridgeBus)

        The EventBridge bus.

        Parameters:
        eventBridgeBus - The EventBridge bus.
      • getEventBridgeBus

        public String getEventBridgeBus()

        The EventBridge bus.

        Returns:
        The EventBridge bus.
      • withEventBridgeBus

        public GetEventIntegrationResult withEventBridgeBus(String eventBridgeBus)

        The EventBridge bus.

        Parameters:
        eventBridgeBus - The EventBridge bus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEventFilter

        public void setEventFilter(EventFilter eventFilter)

        The event filter.

        Parameters:
        eventFilter - The event filter.
      • getEventFilter

        public EventFilter getEventFilter()

        The event filter.

        Returns:
        The event filter.
      • withEventFilter

        public GetEventIntegrationResult withEventFilter(EventFilter eventFilter)

        The event filter.

        Parameters:
        eventFilter - The event filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        Returns:
        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
      • setTags

        public void setTags(Map<String,String> tags)

        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
      • withTags

        public GetEventIntegrationResult withTags(Map<String,String> tags)

        The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public GetEventIntegrationResult clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /