JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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

Class DescribeUserProfileResult

    • Constructor Detail

      • DescribeUserProfileResult

        public DescribeUserProfileResult()
    • Method Detail

      • setDomainId

        public void setDomainId(String domainId)

        The ID of the domain that contains the profile.

        Parameters:
        domainId - The ID of the domain that contains the profile.
      • getDomainId

        public String getDomainId()

        The ID of the domain that contains the profile.

        Returns:
        The ID of the domain that contains the profile.
      • withDomainId

        public DescribeUserProfileResult withDomainId(String domainId)

        The ID of the domain that contains the profile.

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

        public void setUserProfileArn(String userProfileArn)

        The user profile Amazon Resource Name (ARN).

        Parameters:
        userProfileArn - The user profile Amazon Resource Name (ARN).
      • getUserProfileArn

        public String getUserProfileArn()

        The user profile Amazon Resource Name (ARN).

        Returns:
        The user profile Amazon Resource Name (ARN).
      • withUserProfileArn

        public DescribeUserProfileResult withUserProfileArn(String userProfileArn)

        The user profile Amazon Resource Name (ARN).

        Parameters:
        userProfileArn - The user profile Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUserProfileName

        public void setUserProfileName(String userProfileName)

        The user profile name.

        Parameters:
        userProfileName - The user profile name.
      • getUserProfileName

        public String getUserProfileName()

        The user profile name.

        Returns:
        The user profile name.
      • withUserProfileName

        public DescribeUserProfileResult withUserProfileName(String userProfileName)

        The user profile name.

        Parameters:
        userProfileName - The user profile name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHomeEfsFileSystemUid

        public void setHomeEfsFileSystemUid(String homeEfsFileSystemUid)

        The ID of the user's profile in the Amazon Elastic File System volume.

        Parameters:
        homeEfsFileSystemUid - The ID of the user's profile in the Amazon Elastic File System volume.
      • getHomeEfsFileSystemUid

        public String getHomeEfsFileSystemUid()

        The ID of the user's profile in the Amazon Elastic File System volume.

        Returns:
        The ID of the user's profile in the Amazon Elastic File System volume.
      • withHomeEfsFileSystemUid

        public DescribeUserProfileResult withHomeEfsFileSystemUid(String homeEfsFileSystemUid)

        The ID of the user's profile in the Amazon Elastic File System volume.

        Parameters:
        homeEfsFileSystemUid - The ID of the user's profile in the Amazon Elastic File System volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status.

        Parameters:
        status - The status.
        See Also:
        UserProfileStatus
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The last modified time.

        Parameters:
        lastModifiedTime - The last modified time.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The last modified time.

        Returns:
        The last modified time.
      • withLastModifiedTime

        public DescribeUserProfileResult withLastModifiedTime(Date lastModifiedTime)

        The last modified time.

        Parameters:
        lastModifiedTime - The last modified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        The creation time.

        Parameters:
        creationTime - The creation time.
      • getCreationTime

        public Date getCreationTime()

        The creation time.

        Returns:
        The creation time.
      • withCreationTime

        public DescribeUserProfileResult withCreationTime(Date creationTime)

        The creation time.

        Parameters:
        creationTime - The creation time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailureReason

        public void setFailureReason(String failureReason)

        The failure reason.

        Parameters:
        failureReason - The failure reason.
      • getFailureReason

        public String getFailureReason()

        The failure reason.

        Returns:
        The failure reason.
      • withFailureReason

        public DescribeUserProfileResult withFailureReason(String failureReason)

        The failure reason.

        Parameters:
        failureReason - The failure reason.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSingleSignOnUserIdentifier

        public void setSingleSignOnUserIdentifier(String singleSignOnUserIdentifier)

        The IAM Identity Center user identifier.

        Parameters:
        singleSignOnUserIdentifier - The IAM Identity Center user identifier.
      • getSingleSignOnUserIdentifier

        public String getSingleSignOnUserIdentifier()

        The IAM Identity Center user identifier.

        Returns:
        The IAM Identity Center user identifier.
      • withSingleSignOnUserIdentifier

        public DescribeUserProfileResult withSingleSignOnUserIdentifier(String singleSignOnUserIdentifier)

        The IAM Identity Center user identifier.

        Parameters:
        singleSignOnUserIdentifier - The IAM Identity Center user identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSingleSignOnUserValue

        public void setSingleSignOnUserValue(String singleSignOnUserValue)

        The IAM Identity Center user value.

        Parameters:
        singleSignOnUserValue - The IAM Identity Center user value.
      • getSingleSignOnUserValue

        public String getSingleSignOnUserValue()

        The IAM Identity Center user value.

        Returns:
        The IAM Identity Center user value.
      • withSingleSignOnUserValue

        public DescribeUserProfileResult withSingleSignOnUserValue(String singleSignOnUserValue)

        The IAM Identity Center user value.

        Parameters:
        singleSignOnUserValue - The IAM Identity Center user value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUserSettings

        public void setUserSettings(UserSettings userSettings)

        A collection of settings.

        Parameters:
        userSettings - A collection of settings.
      • getUserSettings

        public UserSettings getUserSettings()

        A collection of settings.

        Returns:
        A collection of settings.
      • withUserSettings

        public DescribeUserProfileResult withUserSettings(UserSettings userSettings)

        A collection of settings.

        Parameters:
        userSettings - A collection of settings.
        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 によって変換されたページ (->オリジナル) /