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