@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSecretResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteSecretResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSecretResult |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN of the secret.
|
Date |
getDeletionDate()
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no
longer be restored.
|
String |
getName()
The name of the secret.
|
int |
hashCode() |
void |
setARN(String aRN)
The ARN of the secret.
|
void |
setDeletionDate(Date deletionDate)
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no
longer be restored.
|
void |
setName(String name)
The name of the secret.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSecretResult |
withARN(String aRN)
The ARN of the secret.
|
DeleteSecretResult |
withDeletionDate(Date deletionDate)
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no
longer be restored.
|
DeleteSecretResult |
withName(String name)
The name 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 DeleteSecretResult 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 DeleteSecretResult withName(String name)
The name of the secret.
name
- The name of the secret.public void setDeletionDate(Date deletionDate)
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no
longer be restored. This value is the date and time of the delete request plus the number of days in
RecoveryWindowInDays
.
deletionDate
- The date and time after which this secret Secrets Manager can permanently delete this secret, and it can
no longer be restored. This value is the date and time of the delete request plus the number of days in
RecoveryWindowInDays
.public Date getDeletionDate()
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no
longer be restored. This value is the date and time of the delete request plus the number of days in
RecoveryWindowInDays
.
RecoveryWindowInDays
.public DeleteSecretResult withDeletionDate(Date deletionDate)
The date and time after which this secret Secrets Manager can permanently delete this secret, and it can no
longer be restored. This value is the date and time of the delete request plus the number of days in
RecoveryWindowInDays
.
deletionDate
- The date and time after which this secret Secrets Manager can permanently delete this secret, and it can
no longer be restored. This value is the date and time of the delete request plus the number of days in
RecoveryWindowInDays
.public String toString()
toString
in class Object
Object.toString()
public DeleteSecretResult clone()
Copyright © 2022. All rights reserved.