Class AssociateTeamMemberRequest

    • Method Detail

      • projectId

        public final String projectId()

        The ID of the project to which you will add the IAM user.

        Returns:
        The ID of the project to which you will add the IAM user.
      • clientRequestToken

        public final String clientRequestToken()

        A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request.

        Returns:
        A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request.
      • userArn

        public final String userArn()

        The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.

        Returns:
        The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.
      • projectRole

        public final String projectRole()

        The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project.

        Returns:
        The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project.
      • remoteAccessAllowed

        public final Boolean remoteAccessAllowed()

        Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.

        Returns:
        Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.
      • toString

        public final 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