@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutSecretValueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutSecretValueResult() |
Modifier and Type | Method and Description |
---|---|
PutSecretValueResult |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN of the secret.
|
String |
getName()
The name of the secret.
|
String |
getVersionId()
The unique identifier of the version of the secret.
|
List<String> |
getVersionStages()
The list of staging labels that are currently attached to this version of the secret.
|
int |
hashCode() |
void |
setARN(String aRN)
The ARN of the secret.
|
void |
setName(String name)
The name of the secret.
|
void |
setVersionId(String versionId)
The unique identifier of the version of the secret.
|
void |
setVersionStages(Collection<String> versionStages)
The list of staging labels that are currently attached to this version of the secret.
|
String |
toString()
Returns a string representation of this object.
|
PutSecretValueResult |
withARN(String aRN)
The ARN of the secret.
|
PutSecretValueResult |
withName(String name)
The name of the secret.
|
PutSecretValueResult |
withVersionId(String versionId)
The unique identifier of the version of the secret.
|
PutSecretValueResult |
withVersionStages(Collection<String> versionStages)
The list of staging labels that are currently attached to this version of the secret.
|
PutSecretValueResult |
withVersionStages(String... versionStages)
The list of staging labels that are currently attached to this version of the secret.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setARN(String aRN)
The ARN of the secret.
aRN
- The ARN of the secret.public String getARN()
The ARN of the secret.
public PutSecretValueResult withARN(String aRN)
The ARN of the secret.
aRN
- The ARN of the secret.public void setName(String name)
The name of the secret.
name
- The name of the secret.public String getName()
The name of the secret.
public PutSecretValueResult withName(String name)
The name of the secret.
name
- The name of the secret.public void setVersionId(String versionId)
The unique identifier of the version of the secret.
versionId
- The unique identifier of the version of the secret.public String getVersionId()
The unique identifier of the version of the secret.
public PutSecretValueResult withVersionId(String versionId)
The unique identifier of the version of the secret.
versionId
- The unique identifier of the version of the secret.public List<String> getVersionStages()
The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process.
public void setVersionStages(Collection<String> versionStages)
The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process.
versionStages
- The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses
staging labels to track a version as it progresses through the secret rotation process.public PutSecretValueResult withVersionStages(String... versionStages)
The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process.
NOTE: This method appends the values to the existing list (if any). Use
setVersionStages(java.util.Collection)
or withVersionStages(java.util.Collection)
if you want
to override the existing values.
versionStages
- The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses
staging labels to track a version as it progresses through the secret rotation process.public PutSecretValueResult withVersionStages(Collection<String> versionStages)
The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses staging labels to track a version as it progresses through the secret rotation process.
versionStages
- The list of staging labels that are currently attached to this version of the secret. Secrets Manager uses
staging labels to track a version as it progresses through the secret rotation process.public String toString()
toString
in class Object
Object.toString()
public PutSecretValueResult clone()