Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ParameterAttribute> |
ParameterObject.attributes
The attributes of the parameter object.
|
Modifier and Type | Method and Description |
---|---|
ParameterAttribute |
ParameterAttribute.clone() |
ParameterAttribute |
ParameterAttribute.withKey(java.lang.String key)
The field identifier.
|
ParameterAttribute |
ParameterAttribute.withStringValue(java.lang.String stringValue)
The field value, expressed as a String.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ParameterAttribute> |
ParameterObject.getAttributes()
The attributes of the parameter object.
|
Modifier and Type | Method and Description |
---|---|
ParameterObject |
ParameterObject.withAttributes(ParameterAttribute... attributes)
The attributes of the parameter object.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterObject.setAttributes(java.util.Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
|
ParameterObject |
ParameterObject.withAttributes(java.util.Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
|
Modifier and Type | Method and Description |
---|---|
ParameterAttribute |
ParameterAttributeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterAttributeJsonMarshaller.marshall(ParameterAttribute parameterAttribute,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|