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.mailmanager.model

Class GetAddonInstanceResult

    • Constructor Detail

      • GetAddonInstanceResult

        public GetAddonInstanceResult()
    • Method Detail

      • setAddonInstanceArn

        public void setAddonInstanceArn(String addonInstanceArn)

        The Amazon Resource Name (ARN) of the Add On instance.

        Parameters:
        addonInstanceArn - The Amazon Resource Name (ARN) of the Add On instance.
      • getAddonInstanceArn

        public String getAddonInstanceArn()

        The Amazon Resource Name (ARN) of the Add On instance.

        Returns:
        The Amazon Resource Name (ARN) of the Add On instance.
      • withAddonInstanceArn

        public GetAddonInstanceResult withAddonInstanceArn(String addonInstanceArn)

        The Amazon Resource Name (ARN) of the Add On instance.

        Parameters:
        addonInstanceArn - The Amazon Resource Name (ARN) of the Add On instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAddonName

        public void setAddonName(String addonName)

        The name of the Add On provider associated to the subscription of the instance.

        Parameters:
        addonName - The name of the Add On provider associated to the subscription of the instance.
      • getAddonName

        public String getAddonName()

        The name of the Add On provider associated to the subscription of the instance.

        Returns:
        The name of the Add On provider associated to the subscription of the instance.
      • withAddonName

        public GetAddonInstanceResult withAddonName(String addonName)

        The name of the Add On provider associated to the subscription of the instance.

        Parameters:
        addonName - The name of the Add On provider associated to the subscription of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAddonSubscriptionId

        public void setAddonSubscriptionId(String addonSubscriptionId)

        The subscription ID associated to the instance.

        Parameters:
        addonSubscriptionId - The subscription ID associated to the instance.
      • getAddonSubscriptionId

        public String getAddonSubscriptionId()

        The subscription ID associated to the instance.

        Returns:
        The subscription ID associated to the instance.
      • withAddonSubscriptionId

        public GetAddonInstanceResult withAddonSubscriptionId(String addonSubscriptionId)

        The subscription ID associated to the instance.

        Parameters:
        addonSubscriptionId - The subscription ID associated to the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedTimestamp

        public void setCreatedTimestamp(Date createdTimestamp)

        The timestamp of when the Add On instance was created.

        Parameters:
        createdTimestamp - The timestamp of when the Add On instance was created.
      • getCreatedTimestamp

        public Date getCreatedTimestamp()

        The timestamp of when the Add On instance was created.

        Returns:
        The timestamp of when the Add On instance was created.
      • withCreatedTimestamp

        public GetAddonInstanceResult withCreatedTimestamp(Date createdTimestamp)

        The timestamp of when the Add On instance was created.

        Parameters:
        createdTimestamp - The timestamp of when the Add On instance was created.
        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 によって変換されたページ (->オリジナル) /