JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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

Class DescribeReleaseLabelResult

    • Constructor Detail

      • DescribeReleaseLabelResult

        public DescribeReleaseLabelResult()
    • Method Detail

      • setReleaseLabel

        public void setReleaseLabel(String releaseLabel)

        The target release label described in the response.

        Parameters:
        releaseLabel - The target release label described in the response.
      • getReleaseLabel

        public String getReleaseLabel()

        The target release label described in the response.

        Returns:
        The target release label described in the response.
      • withReleaseLabel

        public DescribeReleaseLabelResult withReleaseLabel(String releaseLabel)

        The target release label described in the response.

        Parameters:
        releaseLabel - The target release label described in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getApplications

        public List<SimplifiedApplication> getApplications()

        The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.

        Returns:
        The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.
      • setApplications

        public void setApplications(Collection<SimplifiedApplication> applications)

        The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.

        Parameters:
        applications - The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.
      • withApplications

        public DescribeReleaseLabelResult withApplications(SimplifiedApplication... applications)

        The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.

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

        Parameters:
        applications - The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withApplications

        public DescribeReleaseLabelResult withApplications(Collection<SimplifiedApplication> applications)

        The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.

        Parameters:
        applications - The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        The pagination token. Reserved for future use. Currently set to null.

        Parameters:
        nextToken - The pagination token. Reserved for future use. Currently set to null.
      • getNextToken

        public String getNextToken()

        The pagination token. Reserved for future use. Currently set to null.

        Returns:
        The pagination token. Reserved for future use. Currently set to null.
      • withNextToken

        public DescribeReleaseLabelResult withNextToken(String nextToken)

        The pagination token. Reserved for future use. Currently set to null.

        Parameters:
        nextToken - The pagination token. Reserved for future use. Currently set to null.
        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 によって変換されたページ (->オリジナル) /