@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTeamMemberResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateTeamMemberResult() |
Modifier and Type | Method and Description |
---|---|
UpdateTeamMemberResult |
clone() |
boolean |
equals(Object obj) |
String |
getProjectRole()
The project role granted to the user.
|
Boolean |
getRemoteAccessAllowed()
Whether a team member is allowed to remotely access project resources using the SSH public key associated with
the user's profile.
|
String |
getUserArn()
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
|
int |
hashCode() |
Boolean |
isRemoteAccessAllowed()
Whether a team member is allowed to remotely access project resources using the SSH public key associated with
the user's profile.
|
void |
setProjectRole(String projectRole)
The project role granted to the user.
|
void |
setRemoteAccessAllowed(Boolean remoteAccessAllowed)
Whether a team member is allowed to remotely access project resources using the SSH public key associated with
the user's profile.
|
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateTeamMemberResult |
withProjectRole(String projectRole)
The project role granted to the user.
|
UpdateTeamMemberResult |
withRemoteAccessAllowed(Boolean remoteAccessAllowed)
Whether a team member is allowed to remotely access project resources using the SSH public key associated with
the user's profile.
|
UpdateTeamMemberResult |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserArn(String userArn)
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
userArn
- The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.public String getUserArn()
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
public UpdateTeamMemberResult withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
userArn
- The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.public void setProjectRole(String projectRole)
The project role granted to the user.
projectRole
- The project role granted to the user.public String getProjectRole()
The project role granted to the user.
public UpdateTeamMemberResult withProjectRole(String projectRole)
The project role granted to the user.
projectRole
- The project role granted to the user.public void setRemoteAccessAllowed(Boolean remoteAccessAllowed)
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.
remoteAccessAllowed
- Whether a team member is allowed to remotely access project resources using the SSH public key associated
with the user's profile.public Boolean getRemoteAccessAllowed()
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.
public UpdateTeamMemberResult withRemoteAccessAllowed(Boolean remoteAccessAllowed)
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.
remoteAccessAllowed
- Whether a team member is allowed to remotely access project resources using the SSH public key associated
with the user's profile.public Boolean isRemoteAccessAllowed()
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.
public String toString()
toString
in class Object
Object.toString()
public UpdateTeamMemberResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.