@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSecurityProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSecurityProfileResult() |
Modifier and Type | Method and Description |
---|---|
CreateSecurityProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getSecurityProfileArn()
The ARN of the security profile.
|
String |
getSecurityProfileName()
The name you gave to the security profile.
|
int |
hashCode() |
void |
setSecurityProfileArn(String securityProfileArn)
The ARN of the security profile.
|
void |
setSecurityProfileName(String securityProfileName)
The name you gave to the security profile.
|
String |
toString()
Returns a string representation of this object.
|
CreateSecurityProfileResult |
withSecurityProfileArn(String securityProfileArn)
The ARN of the security profile.
|
CreateSecurityProfileResult |
withSecurityProfileName(String securityProfileName)
The name you gave to the security profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSecurityProfileName(String securityProfileName)
The name you gave to the security profile.
securityProfileName
- The name you gave to the security profile.public String getSecurityProfileName()
The name you gave to the security profile.
public CreateSecurityProfileResult withSecurityProfileName(String securityProfileName)
The name you gave to the security profile.
securityProfileName
- The name you gave to the security profile.public void setSecurityProfileArn(String securityProfileArn)
The ARN of the security profile.
securityProfileArn
- The ARN of the security profile.public String getSecurityProfileArn()
The ARN of the security profile.
public CreateSecurityProfileResult withSecurityProfileArn(String securityProfileArn)
The ARN of the security profile.
securityProfileArn
- The ARN of the security profile.public String toString()
toString
in class Object
Object.toString()
public CreateSecurityProfileResult clone()