@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 Amazon Resource Name (ARN) for the security profile.
|
String |
getSecurityProfileId()
The identifier for the security profle.
|
int |
hashCode() |
void |
setSecurityProfileArn(String securityProfileArn)
The Amazon Resource Name (ARN) for the security profile.
|
void |
setSecurityProfileId(String securityProfileId)
The identifier for the security profle.
|
String |
toString()
Returns a string representation of this object.
|
CreateSecurityProfileResult |
withSecurityProfileArn(String securityProfileArn)
The Amazon Resource Name (ARN) for the security profile.
|
CreateSecurityProfileResult |
withSecurityProfileId(String securityProfileId)
The identifier for the security profle.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSecurityProfileId(String securityProfileId)
The identifier for the security profle.
securityProfileId
- The identifier for the security profle.public String getSecurityProfileId()
The identifier for the security profle.
public CreateSecurityProfileResult withSecurityProfileId(String securityProfileId)
The identifier for the security profle.
securityProfileId
- The identifier for the security profle.public void setSecurityProfileArn(String securityProfileArn)
The Amazon Resource Name (ARN) for the security profile.
securityProfileArn
- The Amazon Resource Name (ARN) for the security profile.public String getSecurityProfileArn()
The Amazon Resource Name (ARN) for the security profile.
public CreateSecurityProfileResult withSecurityProfileArn(String securityProfileArn)
The Amazon Resource Name (ARN) for the security profile.
securityProfileArn
- The Amazon Resource Name (ARN) for the security profile.public String toString()
toString
in class Object
Object.toString()
public CreateSecurityProfileResult clone()