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