@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEnvironmentRequest extends Cloud9Request implements ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEnvironmentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEnvironmentRequest.Builder |
builder() |
String |
description()
Any new or replacement description for the environment.
|
String |
environmentId()
The ID of the environment to change settings.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ManagedCredentialsAction |
managedCredentialsAction()
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an
Cloud9 environment by using one of the following values:
|
String |
managedCredentialsActionAsString()
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an
Cloud9 environment by using one of the following values:
|
String |
name()
A replacement name for the environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEnvironmentRequest.Builder> |
serializableBuilderClass() |
UpdateEnvironmentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String environmentId()
The ID of the environment to change settings.
public final String name()
A replacement name for the environment.
public final String description()
Any new or replacement description for the environment.
public final ManagedCredentialsAction managedCredentialsAction()
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:
ENABLE
DISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary credentials
is made by an account that's not the environment owner.
If the service returns an enum value that is not available in the current SDK version,
managedCredentialsAction will return ManagedCredentialsAction.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from managedCredentialsActionAsString().
ENABLE
DISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary
credentials is made by an account that's not the environment owner.
ManagedCredentialsActionpublic final String managedCredentialsActionAsString()
Allows the environment owner to turn on or turn off the Amazon Web Services managed temporary credentials for an Cloud9 environment by using one of the following values:
ENABLE
DISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary credentials
is made by an account that's not the environment owner.
If the service returns an enum value that is not available in the current SDK version,
managedCredentialsAction will return ManagedCredentialsAction.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from managedCredentialsActionAsString().
ENABLE
DISABLE
Only the environment owner can change the status of managed temporary credentials. An
AccessDeniedException is thrown if an attempt to turn on or turn off managed temporary
credentials is made by an account that's not the environment owner.
ManagedCredentialsActionpublic UpdateEnvironmentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>toBuilder in class Cloud9Requestpublic static UpdateEnvironmentRequest.Builder builder()
public static Class<? extends UpdateEnvironmentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.