StructuredPojo
, ToCopyableBuilder<ParameterAttribute.Builder,ParameterAttribute>
@Generated("software.amazon.awssdk:codegen") public class ParameterAttribute extends Object implements StructuredPojo, ToCopyableBuilder<ParameterAttribute.Builder,ParameterAttribute>
The attributes allowed or specified with a parameter object.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ParameterAttribute.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ParameterAttribute.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
The field identifier.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ParameterAttribute.Builder> |
serializableBuilderClass() |
|
String |
stringValue() |
The field value, expressed as a String.
|
ParameterAttribute.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String key()
The field identifier.
public String stringValue()
The field value, expressed as a String.
public ParameterAttribute.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ParameterAttribute.Builder,ParameterAttribute>
public static ParameterAttribute.Builder builder()
public static Class<? extends ParameterAttribute.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.