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 GetApplicationResult

    • Constructor Detail

      • GetApplicationResult

        public GetApplicationResult()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The Amazon Resource Name (ARN) of the Application.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the Application.
      • getArn

        public String getArn()

        The Amazon Resource Name (ARN) of the Application.

        Returns:
        The Amazon Resource Name (ARN) of the Application.
      • withArn

        public GetApplicationResult withArn(String arn)

        The Amazon Resource Name (ARN) of the Application.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        A unique identifier for the Application.

        Parameters:
        id - A unique identifier for the Application.
      • getId

        public String getId()

        A unique identifier for the Application.

        Returns:
        A unique identifier for the Application.
      • withId

        public GetApplicationResult withId(String id)

        A unique identifier for the Application.

        Parameters:
        id - A unique identifier for the Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the application.

        Parameters:
        name - The name of the application.
      • getName

        public String getName()

        The name of the application.

        Returns:
        The name of the application.
      • withName

        public GetApplicationResult withName(String name)

        The name of the application.

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

        public void setNamespace(String namespace)

        The namespace of the application.

        Parameters:
        namespace - The namespace of the application.
      • getNamespace

        public String getNamespace()

        The namespace of the application.

        Returns:
        The namespace of the application.
      • withNamespace

        public GetApplicationResult withNamespace(String namespace)

        The namespace of the application.

        Parameters:
        namespace - The namespace of the application.
        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 application.

        Parameters:
        description - The description of the application.
      • getDescription

        public String getDescription()

        The description of the application.

        Returns:
        The description of the application.
      • withDescription

        public GetApplicationResult withDescription(String description)

        The description of the application.

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

        public void setApplicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)

        The configuration for where the application should be loaded from.

        Parameters:
        applicationSourceConfig - The configuration for where the application should be loaded from.
      • getApplicationSourceConfig

        public ApplicationSourceConfig getApplicationSourceConfig()

        The configuration for where the application should be loaded from.

        Returns:
        The configuration for where the application should be loaded from.
      • withApplicationSourceConfig

        public GetApplicationResult withApplicationSourceConfig(ApplicationSourceConfig applicationSourceConfig)

        The configuration for where the application should be loaded from.

        Parameters:
        applicationSourceConfig - The configuration for where the application should be loaded from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSubscriptions

        @Deprecated
        public List<Subscription> getSubscriptions()
        Deprecated.

        The events that the application subscribes.

        Returns:
        The events that the application subscribes.
      • setSubscriptions

        @Deprecated
        public void setSubscriptions(Collection<Subscription> subscriptions)
        Deprecated.

        The events that the application subscribes.

        Parameters:
        subscriptions - The events that the application subscribes.
      • withSubscriptions

        @Deprecated
        public GetApplicationResult withSubscriptions(Collection<Subscription> subscriptions)
        Deprecated.

        The events that the application subscribes.

        Parameters:
        subscriptions - The events that the application subscribes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPublications

        @Deprecated
        public List<Publication> getPublications()
        Deprecated.

        The events that the application publishes.

        Returns:
        The events that the application publishes.
      • setPublications

        @Deprecated
        public void setPublications(Collection<Publication> publications)
        Deprecated.

        The events that the application publishes.

        Parameters:
        publications - The events that the application publishes.
      • withPublications

        @Deprecated
        public GetApplicationResult withPublications(Collection<Publication> publications)
        Deprecated.

        The events that the application publishes.

        Parameters:
        publications - The events that the application publishes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedTime

        public void setCreatedTime(Date createdTime)

        The created time of the Application.

        Parameters:
        createdTime - The created time of the Application.
      • getCreatedTime

        public Date getCreatedTime()

        The created time of the Application.

        Returns:
        The created time of the Application.
      • withCreatedTime

        public GetApplicationResult withCreatedTime(Date createdTime)

        The created time of the Application.

        Parameters:
        createdTime - The created time of the Application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The last modified time of the Application.

        Parameters:
        lastModifiedTime - The last modified time of the Application.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The last modified time of the Application.

        Returns:
        The last modified time of the Application.
      • withLastModifiedTime

        public GetApplicationResult withLastModifiedTime(Date lastModifiedTime)

        The last modified time of the Application.

        Parameters:
        lastModifiedTime - The last modified time of the Application.
        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 GetApplicationResult 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 GetApplicationResult clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPermissions

        public List<String> getPermissions()

        The configuration of events or requests that the application has access to.

        Returns:
        The configuration of events or requests that the application has access to.
      • setPermissions

        public void setPermissions(Collection<String> permissions)

        The configuration of events or requests that the application has access to.

        Parameters:
        permissions - The configuration of events or requests that the application has access to.
      • withPermissions

        public GetApplicationResult withPermissions(String... permissions)

        The configuration of events or requests that the application has access to.

        NOTE: This method appends the values to the existing list (if any). Use setPermissions(java.util.Collection) or withPermissions(java.util.Collection) if you want to override the existing values.

        Parameters:
        permissions - The configuration of events or requests that the application has access to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withPermissions

        public GetApplicationResult withPermissions(Collection<String> permissions)

        The configuration of events or requests that the application has access to.

        Parameters:
        permissions - The configuration of events or requests that the application has access to.
        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 によって変換されたページ (->オリジナル) /