@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 with the staging label that was modified.
|
String |
getName()
The friendly name of the secret with the staging label that was modified.
|
int |
hashCode() |
void |
setARN(String aRN)
The ARN of the secret with the staging label that was modified.
|
void |
setName(String name)
The friendly name of the secret with the staging label that was modified.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSecretVersionStageResult |
withARN(String aRN)
The ARN of the secret with the staging label that was modified.
|
UpdateSecretVersionStageResult |
withName(String name)
The friendly name of the secret with the staging label that was modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setARN(String aRN)
The ARN of the secret with the staging label that was modified.
aRN - The ARN of the secret with the staging label that was modified.public String getARN()
The ARN of the secret with the staging label that was modified.
public UpdateSecretVersionStageResult withARN(String aRN)
The ARN of the secret with the staging label that was modified.
aRN - The ARN of the secret with the staging label that was modified.public void setName(String name)
The friendly name of the secret with the staging label that was modified.
name - The friendly name of the secret with the staging label that was modified.public String getName()
The friendly name of the secret with the staging label that was modified.
public UpdateSecretVersionStageResult withName(String name)
The friendly name of the secret with the staging label that was modified.
name - The friendly name of the secret with the staging label that was modified.public String toString()
toString in class ObjectObject.toString()public UpdateSecretVersionStageResult clone()
Copyright © 2019. All rights reserved.