StructuredPojo
, ToCopyableBuilder<Parameter.Builder,Parameter>
@Generated("software.amazon.awssdk:codegen") public class Parameter extends Object implements StructuredPojo, ToCopyableBuilder<Parameter.Builder,Parameter>
An Amazon EC2 Systems Manager parameter in Parameter Store.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Parameter.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Parameter.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the parameter.
|
static Class<? extends Parameter.Builder> |
serializableBuilderClass() |
|
Parameter.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of parameter.
|
String |
value() |
The parameter value.
|
public String name()
The name of the parameter.
public String type()
The type of parameter. Valid values include the following: String, String list, Secure string.
ParameterType
public String value()
The parameter value.
public Parameter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Parameter.Builder,Parameter>
public static Parameter.Builder builder()
public static Class<? extends Parameter.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.