@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SecurityProfile extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a security profile.
Constructor and Description |
---|
SecurityProfile() |
Modifier and Type | Method and Description |
---|---|
SecurityProfile |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
SecurityProfile |
clearTagsEntries()
Removes all the entries added into Tags.
|
SecurityProfile |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the secruity profile.
|
String |
getDescription()
The description of the security profile.
|
String |
getId()
The identifier for the security profile.
|
String |
getOrganizationResourceId()
The organization resource identifier for the security profile.
|
String |
getSecurityProfileName()
The name for the security profile.
|
Map<String,String> |
getTags()
One or more tags.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the secruity profile.
|
void |
setDescription(String description)
The description of the security profile.
|
void |
setId(String id)
The identifier for the security profile.
|
void |
setOrganizationResourceId(String organizationResourceId)
The organization resource identifier for the security profile.
|
void |
setSecurityProfileName(String securityProfileName)
The name for the security profile.
|
void |
setTags(Map<String,String> tags)
One or more tags.
|
String |
toString()
Returns a string representation of this object.
|
SecurityProfile |
withArn(String arn)
The Amazon Resource Name (ARN) for the secruity profile.
|
SecurityProfile |
withDescription(String description)
The description of the security profile.
|
SecurityProfile |
withId(String id)
The identifier for the security profile.
|
SecurityProfile |
withOrganizationResourceId(String organizationResourceId)
The organization resource identifier for the security profile.
|
SecurityProfile |
withSecurityProfileName(String securityProfileName)
The name for the security profile.
|
SecurityProfile |
withTags(Map<String,String> tags)
One or more tags.
|
public void setId(String id)
The identifier for the security profile.
id
- The identifier for the security profile.public String getId()
The identifier for the security profile.
public SecurityProfile withId(String id)
The identifier for the security profile.
id
- The identifier for the security profile.public void setOrganizationResourceId(String organizationResourceId)
The organization resource identifier for the security profile.
organizationResourceId
- The organization resource identifier for the security profile.public String getOrganizationResourceId()
The organization resource identifier for the security profile.
public SecurityProfile withOrganizationResourceId(String organizationResourceId)
The organization resource identifier for the security profile.
organizationResourceId
- The organization resource identifier for the security profile.public void setArn(String arn)
The Amazon Resource Name (ARN) for the secruity profile.
arn
- The Amazon Resource Name (ARN) for the secruity profile.public String getArn()
The Amazon Resource Name (ARN) for the secruity profile.
public SecurityProfile withArn(String arn)
The Amazon Resource Name (ARN) for the secruity profile.
arn
- The Amazon Resource Name (ARN) for the secruity profile.public void setSecurityProfileName(String securityProfileName)
The name for the security profile.
securityProfileName
- The name for the security profile.public String getSecurityProfileName()
The name for the security profile.
public SecurityProfile withSecurityProfileName(String securityProfileName)
The name for the security profile.
securityProfileName
- The name for the security profile.public void setDescription(String description)
The description of the security profile.
description
- The description of the security profile.public String getDescription()
The description of the security profile.
public SecurityProfile withDescription(String description)
The description of the security profile.
description
- The description of the security profile.public void setTags(Map<String,String> tags)
One or more tags.
tags
- One or more tags.public SecurityProfile withTags(Map<String,String> tags)
One or more tags.
tags
- One or more tags.public SecurityProfile addTagsEntry(String key, String value)
public SecurityProfile clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public SecurityProfile clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.