public class CreateSecurityProfileResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateSecurityProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSecurityProfileArn()
The Amazon Resource Name (ARN) for the security profile.
|
java.lang.String |
getSecurityProfileId()
The identifier for the security profle.
|
int |
hashCode() |
void |
setSecurityProfileArn(java.lang.String securityProfileArn)
The Amazon Resource Name (ARN) for the security profile.
|
void |
setSecurityProfileId(java.lang.String securityProfileId)
The identifier for the security profle.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSecurityProfileResult |
withSecurityProfileArn(java.lang.String securityProfileArn)
The Amazon Resource Name (ARN) for the security profile.
|
CreateSecurityProfileResult |
withSecurityProfileId(java.lang.String securityProfileId)
The identifier for the security profle.
|
public java.lang.String getSecurityProfileId()
The identifier for the security profle.
The identifier for the security profle.
public void setSecurityProfileId(java.lang.String securityProfileId)
The identifier for the security profle.
securityProfileId - The identifier for the security profle.
public CreateSecurityProfileResult withSecurityProfileId(java.lang.String securityProfileId)
The identifier for the security profle.
Returns a reference to this object so that method calls can be chained together.
securityProfileId - The identifier for the security profle.
public java.lang.String getSecurityProfileArn()
The Amazon Resource Name (ARN) for the security profile.
The Amazon Resource Name (ARN) for the security profile.
public void setSecurityProfileArn(java.lang.String securityProfileArn)
The Amazon Resource Name (ARN) for the security profile.
securityProfileArn - The Amazon Resource Name (ARN) for the security profile.
public CreateSecurityProfileResult withSecurityProfileArn(java.lang.String securityProfileArn)
The Amazon Resource Name (ARN) for the security profile.
Returns a reference to this object so that method calls can be chained together.
securityProfileArn - The Amazon Resource Name (ARN) for 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