@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentMember.Builder,EnvironmentMember>
Information about an environment member for an Cloud9 development environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentMember.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentMember.Builder |
builder() |
String |
environmentId()
The ID of the environment for the environment member.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastAccess()
The time, expressed in epoch time format, when the environment member last opened the environment.
|
Permissions |
permissions()
The type of environment member permissions associated with this environment member.
|
String |
permissionsAsString()
The type of environment member permissions associated with this environment member.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentMember.Builder> |
serializableBuilderClass() |
EnvironmentMember.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userArn()
The Amazon Resource Name (ARN) of the environment member.
|
String |
userId()
The user ID in Identity and Access Management (IAM) of the environment member.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Permissions permissions()
The type of environment member permissions associated with this environment member. Available values include:
owner: Owns the environment.
read-only: Has read-only access to the environment.
read-write: Has read-write access to the environment.
If the service returns an enum value that is not available in the current SDK version, permissions will
return Permissions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
permissionsAsString().
owner: Owns the environment.
read-only: Has read-only access to the environment.
read-write: Has read-write access to the environment.
Permissionspublic final String permissionsAsString()
The type of environment member permissions associated with this environment member. Available values include:
owner: Owns the environment.
read-only: Has read-only access to the environment.
read-write: Has read-write access to the environment.
If the service returns an enum value that is not available in the current SDK version, permissions will
return Permissions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
permissionsAsString().
owner: Owns the environment.
read-only: Has read-only access to the environment.
read-write: Has read-write access to the environment.
Permissionspublic final String userId()
The user ID in Identity and Access Management (IAM) of the environment member.
public final String userArn()
The Amazon Resource Name (ARN) of the environment member.
public final String environmentId()
The ID of the environment for the environment member.
public final Instant lastAccess()
The time, expressed in epoch time format, when the environment member last opened the environment.
public EnvironmentMember.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentMember.Builder,EnvironmentMember>public static EnvironmentMember.Builder builder()
public static Class<? extends EnvironmentMember.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.