@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; useful for testing and debugging.
|
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.
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.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.
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.
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.public String toString()
toString in class ObjectObject.toString()public DescribeSecretRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.