@Generated(value="software.amazon.awssdk:codegen") public class ParameterHistory extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ParameterHistory.Builder,ParameterHistory>
Information about parameter usage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParameterHistory.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
allowedPattern()
Parameter names can include the following letters and symbols.
|
static ParameterHistory.Builder |
builder() |
String |
description()
Information about the parameter.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
keyId()
The ID of the query key used for this parameter.
|
Date |
lastModifiedDate()
Date the parameter was last changed or updated.
|
String |
lastModifiedUser()
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
The name of the parameter.
|
static Class<? extends ParameterHistory.Builder> |
serializableBuilderClass() |
ParameterHistory.Builder |
toBuilder() |
String |
toString() |
String |
type()
The type of parameter used.
|
String |
value()
The parameter value.
|
public String name()
The name of the parameter.
public String type()
The type of parameter used.
ParameterTypepublic String keyId()
The ID of the query key used for this parameter.
public Date lastModifiedDate()
Date the parameter was last changed or updated.
public String lastModifiedUser()
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
public String description()
Information about the parameter.
public String value()
The parameter value.
public String allowedPattern()
Parameter names can include the following letters and symbols.
a-zA-Z0-9_.-
a-zA-Z0-9_.-
public ParameterHistory.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ParameterHistory.Builder,ParameterHistory>public static ParameterHistory.Builder builder()
public static Class<? extends ParameterHistory.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.