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