@Generated(value="software.amazon.awssdk:codegen") public final class ApplyEnvironmentManagedActionRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<ApplyEnvironmentManagedActionRequest.Builder,ApplyEnvironmentManagedActionRequest>
Request to execute a scheduled managed action immediately.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplyEnvironmentManagedActionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionId()
The action ID of the scheduled managed action to execute.
|
static ApplyEnvironmentManagedActionRequest.Builder |
builder() |
String |
environmentId()
The environment ID of the target environment.
|
String |
environmentName()
The name of the target environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplyEnvironmentManagedActionRequest.Builder> |
serializableBuilderClass() |
ApplyEnvironmentManagedActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String environmentName()
The name of the target environment.
public String environmentId()
The environment ID of the target environment.
public String actionId()
The action ID of the scheduled managed action to execute.
public ApplyEnvironmentManagedActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplyEnvironmentManagedActionRequest.Builder,ApplyEnvironmentManagedActionRequest>toBuilder in class ElasticBeanstalkRequestpublic static ApplyEnvironmentManagedActionRequest.Builder builder()
public static Class<? extends ApplyEnvironmentManagedActionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.