public class ParameterHistory extends Object implements Serializable, Cloneable
Information about parameter usage.
Constructor and Description |
---|
ParameterHistory() |
Modifier and Type | Method and Description |
---|---|
ParameterHistory |
clone() |
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public ParameterHistory clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.