@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSecurityPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeSecurityPolicyResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSecurityPolicyResult |
clone() |
boolean |
equals(Object obj) |
DescribedSecurityPolicy |
getSecurityPolicy()
An array containing the properties of the security policy.
|
int |
hashCode() |
void |
setSecurityPolicy(DescribedSecurityPolicy securityPolicy)
An array containing the properties of the security policy.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSecurityPolicyResult |
withSecurityPolicy(DescribedSecurityPolicy securityPolicy)
An array containing the properties of the security policy.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSecurityPolicy(DescribedSecurityPolicy securityPolicy)
An array containing the properties of the security policy.
securityPolicy - An array containing the properties of the security policy.public DescribedSecurityPolicy getSecurityPolicy()
An array containing the properties of the security policy.
public DescribeSecurityPolicyResult withSecurityPolicy(DescribedSecurityPolicy securityPolicy)
An array containing the properties of the security policy.
securityPolicy - An array containing the properties of the security policy.public String toString()
toString in class ObjectObject.toString()public DescribeSecurityPolicyResult clone()