StructuredPojo
, ToCopyableBuilder<ActionConfiguration.Builder,ActionConfiguration>
@Generated("software.amazon.awssdk:codegen") public class ActionConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<ActionConfiguration.Builder,ActionConfiguration>
Represents information about an action configuration.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ActionConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ActionConfiguration.Builder |
builder() |
|
Map<String,String> |
configuration() |
The configuration data for the action.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ActionConfiguration.Builder> |
serializableBuilderClass() |
|
ActionConfiguration.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Map<String,String> configuration()
The configuration data for the action.
public ActionConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ActionConfiguration.Builder,ActionConfiguration>
public static ActionConfiguration.Builder builder()
public static Class<? extends ActionConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.