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 UpdateUserProfileResult

    • Constructor Detail

      • UpdateUserProfileResult

        public UpdateUserProfileResult()
    • Method Detail

      • setDomainId

        public void setDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which a user profile is updated.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which a user profile is updated.
      • getDomainId

        public String getDomainId()

        The identifier of the Amazon DataZone domain in which a user profile is updated.

        Returns:
        The identifier of the Amazon DataZone domain in which a user profile is updated.
      • withDomainId

        public UpdateUserProfileResult withDomainId(String domainId)

        The identifier of the Amazon DataZone domain in which a user profile is updated.

        Parameters:
        domainId - The identifier of the Amazon DataZone domain in which a user profile is updated.
        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 UpdateUserProfileResult 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 UpdateUserProfileResult 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
      • 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 UpdateUserProfileResult 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 UpdateUserProfileResult 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 によって変換されたページ (->オリジナル) /