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 GetUserProfileResult

    • Constructor Detail

      • GetUserProfileResult

        public GetUserProfileResult()
    • Method Detail

      • withDetails

        public GetUserProfileResult withDetails(UserProfileDetails details)
        Parameters:
        details -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainId

        public void setDomainId(String domainId)

        the identifier of the Amazon DataZone domain of which you want to get the user profile.

        Parameters:
        domainId - the identifier of the Amazon DataZone domain of which you want to get the user profile.
      • getDomainId

        public String getDomainId()

        the identifier of the Amazon DataZone domain of which you want to get the user profile.

        Returns:
        the identifier of the Amazon DataZone domain of which you want to get the user profile.
      • withDomainId

        public GetUserProfileResult withDomainId(String domainId)

        the identifier of the Amazon DataZone domain of which you want to get the user profile.

        Parameters:
        domainId - the identifier of the Amazon DataZone domain of which you want to get 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 identifier of the user profile.

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

        public String getId()

        The identifier of the user profile.

        Returns:
        The identifier of the user profile.
      • withId

        public GetUserProfileResult withId(String id)

        The identifier of the user profile.

        Parameters:
        id - The identifier 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 GetUserProfileResult 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 GetUserProfileResult 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 GetUserProfileResult 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 GetUserProfileResult 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 によって変換されたページ (->オリジナル) /