@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SecurityProfileIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
Identifying information for a Device Defender security profile.
Constructor and Description |
---|
SecurityProfileIdentifier() |
Modifier and Type | Method and Description |
---|---|
SecurityProfileIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the security profile.
|
String |
getName()
The name you've given to the security profile.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the security profile.
|
void |
setName(String name)
The name you've given to the security profile.
|
String |
toString()
Returns a string representation of this object.
|
SecurityProfileIdentifier |
withArn(String arn)
The ARN of the security profile.
|
SecurityProfileIdentifier |
withName(String name)
The name you've given to the security profile.
|
public void setName(String name)
The name you've given to the security profile.
name
- The name you've given to the security profile.public String getName()
The name you've given to the security profile.
public SecurityProfileIdentifier withName(String name)
The name you've given to the security profile.
name
- The name you've given to the security profile.public void setArn(String arn)
The ARN of the security profile.
arn
- The ARN of the security profile.public String getArn()
The ARN of the security profile.
public SecurityProfileIdentifier withArn(String arn)
The ARN of the security profile.
arn
- The ARN of the security profile.public String toString()
toString
in class Object
Object.toString()
public SecurityProfileIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.