public class DescribeSecurityProfileResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeSecurityProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
SecurityProfile |
getSecurityProfile()
The security profile.
|
int |
hashCode() |
void |
setSecurityProfile(SecurityProfile securityProfile)
The security profile.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSecurityProfileResult |
withSecurityProfile(SecurityProfile securityProfile)
The security profile.
|
public SecurityProfile getSecurityProfile()
The security profile.
The security profile.
public void setSecurityProfile(SecurityProfile securityProfile)
The security profile.
securityProfile - The security profile.
public DescribeSecurityProfileResult withSecurityProfile(SecurityProfile securityProfile)
The security profile.
Returns a reference to this object so that method calls can be chained together.
securityProfile - The security profile.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object