StructuredPojo
, ToCopyableBuilder<ParameterNameValue.Builder,ParameterNameValue>
@Generated("software.amazon.awssdk:codegen") public class ParameterNameValue extends Object implements StructuredPojo, ToCopyableBuilder<ParameterNameValue.Builder,ParameterNameValue>
An individual DAX parameter.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ParameterNameValue.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ParameterNameValue.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
parameterName() |
The name of the parameter.
|
String |
parameterValue() |
The value of the parameter.
|
static Class<? extends ParameterNameValue.Builder> |
serializableBuilderClass() |
|
ParameterNameValue.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String parameterName()
The name of the parameter.
public String parameterValue()
The value of the parameter.
public ParameterNameValue.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ParameterNameValue.Builder,ParameterNameValue>
public static ParameterNameValue.Builder builder()
public static Class<? extends ParameterNameValue.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.