@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeSecurityPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()