@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTeamMemberRequest extends CodeStarRequest implements ToCopyableBuilder<UpdateTeamMemberRequest.Builder,UpdateTeamMemberRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTeamMemberRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTeamMemberRequest.Builder |
builder() |
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.
|
String |
projectRole()
The role assigned to the user in the project.
|
Boolean |
remoteAccessAllowed()
Whether a team member is allowed to remotely access project resources using the SSH public key associated with
the user's profile.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateTeamMemberRequest.Builder> |
serializableBuilderClass() |
UpdateTeamMemberRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String projectId()
The ID of the project.
public String userArn()
The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
public 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.
public Boolean remoteAccessAllowed()
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.
public UpdateTeamMemberRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTeamMemberRequest.Builder,UpdateTeamMemberRequest>toBuilder in class CodeStarRequestpublic static UpdateTeamMemberRequest.Builder builder()
public static Class<? extends UpdateTeamMemberRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.