Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DocumentParameter> |
DocumentDescription.parameters
A description of the parameters for a document.
|
Modifier and Type | Method and Description |
---|---|
DocumentParameter |
DocumentParameter.clone() |
DocumentParameter |
DocumentParameter.withDefaultValue(java.lang.String defaultValue)
If specified, the default values for the parameters.
|
DocumentParameter |
DocumentParameter.withDescription(java.lang.String description)
A description of what the parameter does, how to use it, the default
value, and whether or not the parameter is optional.
|
DocumentParameter |
DocumentParameter.withName(java.lang.String name)
The name of the parameter.
|
DocumentParameter |
DocumentParameter.withType(DocumentParameterType type)
The type of parameter.
|
DocumentParameter |
DocumentParameter.withType(java.lang.String type)
The type of parameter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DocumentParameter> |
DocumentDescription.getParameters()
A description of the parameters for a document.
|
Modifier and Type | Method and Description |
---|---|
DocumentDescription |
DocumentDescription.withParameters(DocumentParameter... parameters)
A description of the parameters for a document.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentDescription.setParameters(java.util.Collection<DocumentParameter> parameters)
A description of the parameters for a document.
|
DocumentDescription |
DocumentDescription.withParameters(java.util.Collection<DocumentParameter> parameters)
A description of the parameters for a document.
|
Modifier and Type | Method and Description |
---|---|
DocumentParameter |
DocumentParameterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentParameterJsonMarshaller.marshall(DocumentParameter documentParameter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|