@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSecurityPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeSecurityPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSecurityPolicyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSecurityPolicyName()
Specifies the name of the security policy that is attached to the server.
|
int |
hashCode() |
void |
setSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSecurityPolicyRequest |
withSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
|
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 setSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
securityPolicyName - Specifies the name of the security policy that is attached to the server.public String getSecurityPolicyName()
Specifies the name of the security policy that is attached to the server.
public DescribeSecurityPolicyRequest withSecurityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
securityPolicyName - Specifies the name of the security policy that is attached to the server.public String toString()
toString in class ObjectObject.toString()public DescribeSecurityPolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.