@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterHistory extends Object implements Serializable, Cloneable, StructuredPojo
Information about parameter usage.
Constructor and Description |
---|
ParameterHistory() |
Modifier and Type | Method and Description |
---|---|
ParameterHistory |
clone() |
boolean |
equals(Object obj) |
String |
getAllowedPattern()
Parameter names can include the following letters and symbols.
|
String |
getDescription()
Information about the parameter.
|
String |
getKeyId()
The ID of the query key used for this parameter.
|
Date |
getLastModifiedDate()
Date the parameter was last changed or updated.
|
String |
getLastModifiedUser()
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
|
String |
getName()
The name of the parameter.
|
String |
getType()
The type of parameter used.
|
String |
getValue()
The parameter value.
|
Long |
getVersion()
The parameter version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllowedPattern(String allowedPattern)
Parameter names can include the following letters and symbols.
|
void |
setDescription(String description)
Information about the parameter.
|
void |
setKeyId(String keyId)
The ID of the query key used for this parameter.
|
void |
setLastModifiedDate(Date lastModifiedDate)
Date the parameter was last changed or updated.
|
void |
setLastModifiedUser(String lastModifiedUser)
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
|
void |
setName(String name)
The name of the parameter.
|
void |
setType(ParameterType type)
The type of parameter used.
|
void |
setType(String type)
The type of parameter used.
|
void |
setValue(String value)
The parameter value.
|
void |
setVersion(Long version)
The parameter version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ParameterHistory |
withAllowedPattern(String allowedPattern)
Parameter names can include the following letters and symbols.
|
ParameterHistory |
withDescription(String description)
Information about the parameter.
|
ParameterHistory |
withKeyId(String keyId)
The ID of the query key used for this parameter.
|
ParameterHistory |
withLastModifiedDate(Date lastModifiedDate)
Date the parameter was last changed or updated.
|
ParameterHistory |
withLastModifiedUser(String lastModifiedUser)
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
|
ParameterHistory |
withName(String name)
The name of the parameter.
|
ParameterHistory |
withType(ParameterType type)
The type of parameter used.
|
ParameterHistory |
withType(String type)
The type of parameter used.
|
ParameterHistory |
withValue(String value)
The parameter value.
|
ParameterHistory |
withVersion(Long version)
The parameter version.
|
public void setName(String name)
The name of the parameter.
name
- The name of the parameter.public String getName()
The name of the parameter.
public ParameterHistory withName(String name)
The name of the parameter.
name
- The name of the parameter.public void setType(String type)
The type of parameter used.
type
- The type of parameter used.ParameterType
public String getType()
The type of parameter used.
ParameterType
public ParameterHistory withType(String type)
The type of parameter used.
type
- The type of parameter used.ParameterType
public void setType(ParameterType type)
The type of parameter used.
type
- The type of parameter used.ParameterType
public ParameterHistory withType(ParameterType type)
The type of parameter used.
type
- The type of parameter used.ParameterType
public void setKeyId(String keyId)
The ID of the query key used for this parameter.
keyId
- The ID of the query key used for this parameter.public String getKeyId()
The ID of the query key used for this parameter.
public ParameterHistory withKeyId(String keyId)
The ID of the query key used for this parameter.
keyId
- The ID of the query key used for this parameter.public void setLastModifiedDate(Date lastModifiedDate)
Date the parameter was last changed or updated.
lastModifiedDate
- Date the parameter was last changed or updated.public Date getLastModifiedDate()
Date the parameter was last changed or updated.
public ParameterHistory withLastModifiedDate(Date lastModifiedDate)
Date the parameter was last changed or updated.
lastModifiedDate
- Date the parameter was last changed or updated.public void setLastModifiedUser(String lastModifiedUser)
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
lastModifiedUser
- Amazon Resource Name (ARN) of the AWS user who last changed the parameter.public String getLastModifiedUser()
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
public ParameterHistory withLastModifiedUser(String lastModifiedUser)
Amazon Resource Name (ARN) of the AWS user who last changed the parameter.
lastModifiedUser
- Amazon Resource Name (ARN) of the AWS user who last changed the parameter.public void setDescription(String description)
Information about the parameter.
description
- Information about the parameter.public String getDescription()
Information about the parameter.
public ParameterHistory withDescription(String description)
Information about the parameter.
description
- Information about the parameter.public void setValue(String value)
The parameter value.
value
- The parameter value.public String getValue()
The parameter value.
public ParameterHistory withValue(String value)
The parameter value.
value
- The parameter value.public void setAllowedPattern(String allowedPattern)
Parameter names can include the following letters and symbols.
a-zA-Z0-9_.-
allowedPattern
- Parameter names can include the following letters and symbols.
a-zA-Z0-9_.-
public String getAllowedPattern()
Parameter names can include the following letters and symbols.
a-zA-Z0-9_.-
a-zA-Z0-9_.-
public ParameterHistory withAllowedPattern(String allowedPattern)
Parameter names can include the following letters and symbols.
a-zA-Z0-9_.-
allowedPattern
- Parameter names can include the following letters and symbols.
a-zA-Z0-9_.-
public void setVersion(Long version)
The parameter version.
version
- The parameter version.public Long getVersion()
The parameter version.
public ParameterHistory withVersion(Long version)
The parameter version.
version
- The parameter version.public String toString()
toString
in class Object
Object.toString()
public ParameterHistory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.