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 UserProfileSummary

    • Constructor Detail

      • UserProfileSummary

        public UserProfileSummary()
    • Method Detail

      • setDetails

        public void setDetails(UserProfileDetails details)

        The details of the user profile.

        Parameters:
        details - The details of the user profile.
      • getDetails

        public UserProfileDetails getDetails()

        The details of the user profile.

        Returns:
        The details of the user profile.
      • withDetails

        public UserProfileSummary withDetails(UserProfileDetails details)

        The details of the user profile.

        Parameters:
        details - The details of the user profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        The ID of the Amazon DataZone domain of the user profile.

        Parameters:
        domainId - The ID of the Amazon DataZone domain of the user profile.
      • getDomainId

        public String getDomainId()

        The ID of the Amazon DataZone domain of the user profile.

        Returns:
        The ID of the Amazon DataZone domain of the user profile.
      • withDomainId

        public UserProfileSummary withDomainId(String domainId)

        The ID of the Amazon DataZone domain of the user profile.

        Parameters:
        domainId - The ID of the Amazon DataZone domain of the user profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        The ID of the user profile.

        Parameters:
        id - The ID of the user profile.
      • getId

        public String getId()

        The ID of the user profile.

        Returns:
        The ID of the user profile.
      • withId

        public UserProfileSummary withId(String id)

        The ID of the user profile.

        Parameters:
        id - The ID of the user 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 user profile.

        Parameters:
        status - The status of the user profile.
        See Also:
        UserProfileStatus
      • getStatus

        public String getStatus()

        The status of the user profile.

        Returns:
        The status of the user profile.
        See Also:
        UserProfileStatus
      • withStatus

        public UserProfileSummary withStatus(String status)

        The status of the user profile.

        Parameters:
        status - The status of the user profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserProfileStatus
      • withStatus

        public UserProfileSummary withStatus(UserProfileStatus status)

        The status of the user profile.

        Parameters:
        status - The status of the user profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserProfileStatus
      • setType

        public void setType(String type)

        The type of the user profile.

        Parameters:
        type - The type of the user profile.
        See Also:
        UserProfileType
      • getType

        public String getType()

        The type of the user profile.

        Returns:
        The type of the user profile.
        See Also:
        UserProfileType
      • withType

        public UserProfileSummary withType(String type)

        The type of the user profile.

        Parameters:
        type - The type of the user profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserProfileType
      • withType

        public UserProfileSummary withType(UserProfileType type)

        The type of the user profile.

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