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

Class TeamMember

    • Constructor Detail

      • TeamMember

        public TeamMember()
    • Method Detail

      • setUserArn

        public void setUserArn(String userArn)

        The Amazon Resource Name (ARN) of the user in IAM.

        Parameters:
        userArn - The Amazon Resource Name (ARN) of the user in IAM.
      • getUserArn

        public String getUserArn()

        The Amazon Resource Name (ARN) of the user in IAM.

        Returns:
        The Amazon Resource Name (ARN) of the user in IAM.
      • withUserArn

        public TeamMember withUserArn(String userArn)

        The Amazon Resource Name (ARN) of the user in IAM.

        Parameters:
        userArn - The Amazon Resource Name (ARN) of the user in IAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectRole

        public void setProjectRole(String projectRole)

        The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

        Parameters:
        projectRole - The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
      • getProjectRole

        public String getProjectRole()

        The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

        Returns:
        The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
      • withProjectRole

        public TeamMember withProjectRole(String projectRole)

        The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

        Parameters:
        projectRole - The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRemoteAccessAllowed

        public void setRemoteAccessAllowed(Boolean remoteAccessAllowed)

        Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

        Parameters:
        remoteAccessAllowed - Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
      • getRemoteAccessAllowed

        public Boolean getRemoteAccessAllowed()

        Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

        Returns:
        Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
      • withRemoteAccessAllowed

        public TeamMember withRemoteAccessAllowed(Boolean remoteAccessAllowed)

        Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

        Parameters:
        remoteAccessAllowed - Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRemoteAccessAllowed

        public Boolean isRemoteAccessAllowed()

        Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

        Returns:
        Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
      • 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 によって変換されたページ (->オリジナル) /