@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSecretRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeSecretRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSecretRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSecretId()
The identifier of the secret whose details you want to retrieve.
|
int |
hashCode() |
void |
setSecretId(String secretId)
The identifier of the secret whose details you want to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSecretRequest |
withSecretId(String secretId)
The identifier of the secret whose details you want to retrieve.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSecretId(String secretId)
The identifier of the secret whose details you want to retrieve. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
secretId - The identifier of the secret whose details you want to retrieve. You can specify either the Amazon
Resource Name (ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
public String getSecretId()
The identifier of the secret whose details you want to retrieve. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
public DescribeSecretRequest withSecretId(String secretId)
The identifier of the secret whose details you want to retrieve. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
secretId - The identifier of the secret whose details you want to retrieve. You can specify either the Amazon
Resource Name (ARN) or the friendly name of the secret.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
public String toString()
toString in class ObjectObject.toString()public DescribeSecretRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.