@Generated(value="software.amazon.awssdk:codegen") public final class AssociateTeamMemberRequest extends CodeStarRequest implements ToCopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateTeamMemberRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateTeamMemberRequest.Builder |
builder() |
String |
clientRequestToken()
A user- or system-generated token that identifies the entity that requested the team member association to the
project.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
projectId()
The ID of the project to which you will add the IAM user.
|
String |
projectRole()
The AWS CodeStar project role that will apply to this user.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateTeamMemberRequest.Builder> |
serializableBuilderClass() |
AssociateTeamMemberRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectId()
The ID of the project to which you will add the IAM user.
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.
public final String userArn()
The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.
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.
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.
public AssociateTeamMemberRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>toBuilder in class CodeStarRequestpublic static AssociateTeamMemberRequest.Builder builder()
public static Class<? extends AssociateTeamMemberRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.