Class AssociateTeamMemberRequest
- 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.AssociateTeamMemberRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
@Generated("software.amazon.awssdk:codegen") public final class AssociateTeamMemberRequest extends CodeStarRequest implements ToCopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssociateTeamMemberRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssociateTeamMemberRequest.Builderbuilder()StringclientRequestToken()A user- or system-generated token that identifies the entity that requested the team member association to the project.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringprojectId()The ID of the project to which you will add the IAM user.StringprojectRole()The AWS CodeStar project role that will apply to this user.BooleanremoteAccessAllowed()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserArn()The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.-
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 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.
-
toBuilder
public AssociateTeamMemberRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>- Specified by:
toBuilderin classCodeStarRequest
-
builder
public static AssociateTeamMemberRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssociateTeamMemberRequest.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
-
-