public class GetSecretValueResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
GetSecretValueResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetSecretValueResponse |
creationDate(Long creationDate) |
boolean |
equals(Object o) |
Long |
getCreationDate()
Get creationDate
|
String |
getSecretValue()
Get secretValue
|
String |
getVersionID()
Get versionID
|
String |
getVersionStage()
Get versionStage
|
int |
hashCode() |
GetSecretValueResponse |
secretValue(String secretValue) |
void |
setCreationDate(Long creationDate) |
void |
setSecretValue(String secretValue) |
void |
setVersionID(String versionID) |
void |
setVersionStage(String versionStage) |
String |
toString() |
GetSecretValueResponse |
versionID(String versionID) |
GetSecretValueResponse |
versionStage(String versionStage) |
getResponseMetadata, setResponseMetadatapublic GetSecretValueResponse creationDate(Long creationDate)
public Long getCreationDate()
public void setCreationDate(Long creationDate)
public GetSecretValueResponse secretValue(String secretValue)
public String getSecretValue()
public void setSecretValue(String secretValue)
public GetSecretValueResponse versionID(String versionID)
public String getVersionID()
public void setVersionID(String versionID)
public GetSecretValueResponse versionStage(String versionStage)
public String getVersionStage()
public void setVersionStage(String versionStage)
Copyright © 2025. All rights reserved.