ToCopyableBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>
@Generated("software.amazon.awssdk:codegen") public class ApplyEnvironmentManagedActionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>
The result message containing information about the managed action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ApplyEnvironmentManagedActionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
actionDescription() |
A description of the managed action.
|
String |
actionId() |
The action ID of the managed action.
|
String |
actionType() |
The type of managed action.
|
static ApplyEnvironmentManagedActionResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ApplyEnvironmentManagedActionResponse.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the managed action.
|
ApplyEnvironmentManagedActionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String actionId()
The action ID of the managed action.
public String actionDescription()
A description of the managed action.
public String actionType()
The type of managed action.
ActionType
public String status()
The status of the managed action.
public ApplyEnvironmentManagedActionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>
public static ApplyEnvironmentManagedActionResponse.Builder builder()
public static Class<? extends ApplyEnvironmentManagedActionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.