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

Class CreateGroupProfileResult

    • Constructor Detail

      • CreateGroupProfileResult

        public CreateGroupProfileResult()
    • Method Detail

      • setDomainId

        public void setDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which the group profile is created.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which the group profile is created.
      • getDomainId

        public String getDomainId()

        The identifier of the Amazon DataZone domain in which the group profile is created.

        Returns:
        The identifier of the Amazon DataZone domain in which the group profile is created.
      • withDomainId

        public CreateGroupProfileResult withDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which the group profile is created.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which the group profile is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGroupName

        public void setGroupName(String groupName)

        The name of the group for which group profile is created.

        Parameters:
        groupName - The name of the group for which group profile is created.
      • getGroupName

        public String getGroupName()

        The name of the group for which group profile is created.

        Returns:
        The name of the group for which group profile is created.
      • withGroupName

        public CreateGroupProfileResult withGroupName(String groupName)

        The name of the group for which group profile is created.

        Parameters:
        groupName - The name of the group for which group profile is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The identifier of the group profile.

        Parameters:
        id - The identifier of the group profile.
      • getId

        public String getId()

        The identifier of the group profile.

        Returns:
        The identifier of the group profile.
      • withId

        public CreateGroupProfileResult withId(String id)

        The identifier of the group profile.

        Parameters:
        id - The identifier of the group profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the group profile.

        Parameters:
        status - The status of the group profile.
        See Also:
        GroupProfileStatus
      • getStatus

        public String getStatus()

        The status of the group profile.

        Returns:
        The status of the group profile.
        See Also:
        GroupProfileStatus
      • withStatus

        public CreateGroupProfileResult withStatus(String status)

        The status of the group profile.

        Parameters:
        status - The status of the group profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        GroupProfileStatus
      • 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 によって変換されたページ (->オリジナル) /