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 ARN of the security profile.
|
java.lang.String |
getSecurityProfileName()
The name you gave to the security profile.
|
int |
hashCode() |
void |
setSecurityProfileArn(java.lang.String securityProfileArn)
The ARN of the security profile.
|
void |
setSecurityProfileName(java.lang.String securityProfileName)
The name you gave to the security profile.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSecurityProfileResult |
withSecurityProfileArn(java.lang.String securityProfileArn)
The ARN of the security profile.
|
CreateSecurityProfileResult |
withSecurityProfileName(java.lang.String securityProfileName)
The name you gave to the security profile.
|
public java.lang.String getSecurityProfileName()
The name you gave to the security profile.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name you gave to the security profile.
public void setSecurityProfileName(java.lang.String securityProfileName)
The name you gave to the security profile.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
securityProfileName - The name you gave to the security profile.
public CreateSecurityProfileResult withSecurityProfileName(java.lang.String securityProfileName)
The name you gave to the security profile.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
securityProfileName - The name you gave to the security profile.
public java.lang.String getSecurityProfileArn()
The ARN of the security profile.
The ARN of the security profile.
public void setSecurityProfileArn(java.lang.String securityProfileArn)
The ARN of the security profile.
securityProfileArn - The ARN of the security profile.
public CreateSecurityProfileResult withSecurityProfileArn(java.lang.String securityProfileArn)
The ARN of the security profile.
Returns a reference to this object so that method calls can be chained together.
securityProfileArn - The ARN of 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.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.