Class UpdateTeamMemberRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codestar.model.CodeStarRequest
-
- software.amazon.awssdk.services.codestar.model.UpdateTeamMemberRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateTeamMemberRequest.Builder,UpdateTeamMemberRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateTeamMemberRequest extends CodeStarRequest implements ToCopyableBuilder<UpdateTeamMemberRequest.Builder,UpdateTeamMemberRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateTeamMemberRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateTeamMemberRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprojectId()The ID of the project.StringprojectRole()The role assigned to the user in the project.BooleanremoteAccessAllowed()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserArn()The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
projectId
public final String projectId()
The ID of the project.
- Returns:
- The ID of the project.
-
userArn
public final String userArn()
The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
- Returns:
- The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
-
projectRole
public final 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.
- 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.
-
remoteAccessAllowed
public final 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.
- Returns:
- 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.
-
toBuilder
public UpdateTeamMemberRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateTeamMemberRequest.Builder,UpdateTeamMemberRequest>- Specified by:
toBuilderin classCodeStarRequest
-
builder
public static UpdateTeamMemberRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateTeamMemberRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-