@Generated(value="software.amazon.awssdk:codegen") public final class ParameterValue extends Object implements StructuredPojo, ToCopyableBuilder<ParameterValue.Builder,ParameterValue>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParameterValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParameterValue.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
The key associated with the parameter.
|
static Class<? extends ParameterValue.Builder> |
serializableBuilderClass() |
ParameterValue.Builder |
toBuilder() |
String |
toString() |
String |
value()
The input value associated with the parameter.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
public String value()
public ParameterValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParameterValue.Builder,ParameterValue>public static ParameterValue.Builder builder()
public static Class<? extends ParameterValue.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.