@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreSecretResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RestoreSecretResult() |
| Modifier and Type | Method and Description |
|---|---|
RestoreSecretResult |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The ARN of the secret that was restored.
|
String |
getName()
The friendly name of the secret that was restored.
|
int |
hashCode() |
void |
setARN(String aRN)
The ARN of the secret that was restored.
|
void |
setName(String name)
The friendly name of the secret that was restored.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RestoreSecretResult |
withARN(String aRN)
The ARN of the secret that was restored.
|
RestoreSecretResult |
withName(String name)
The friendly name of the secret that was restored.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setARN(String aRN)
The ARN of the secret that was restored.
aRN - The ARN of the secret that was restored.public String getARN()
The ARN of the secret that was restored.
public RestoreSecretResult withARN(String aRN)
The ARN of the secret that was restored.
aRN - The ARN of the secret that was restored.public void setName(String name)
The friendly name of the secret that was restored.
name - The friendly name of the secret that was restored.public String getName()
The friendly name of the secret that was restored.
public RestoreSecretResult withName(String name)
The friendly name of the secret that was restored.
name - The friendly name of the secret that was restored.public String toString()
toString in class ObjectObject.toString()public RestoreSecretResult clone()
Copyright © 2018. All rights reserved.