@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()
Specify the text name of the security policy for which you want the details.
|
int |
hashCode() |
void |
setSecurityPolicyName(String securityPolicyName)
Specify the text name of the security policy for which you want the details.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSecurityPolicyRequest |
withSecurityPolicyName(String securityPolicyName)
Specify the text name of the security policy for which you want the details.
|
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, withSdkRequestTimeoutpublic void setSecurityPolicyName(String securityPolicyName)
Specify the text name of the security policy for which you want the details.
securityPolicyName - Specify the text name of the security policy for which you want the details.public String getSecurityPolicyName()
Specify the text name of the security policy for which you want the details.
public DescribeSecurityPolicyRequest withSecurityPolicyName(String securityPolicyName)
Specify the text name of the security policy for which you want the details.
securityPolicyName - Specify the text name of the security policy for which you want the details.public String toString()
toString in class ObjectObject.toString()public DescribeSecurityPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()