public class SecurityProfileTargetMapping
extends java.lang.Object
implements java.io.Serializable
Information about a security profile and the target associated with it.
Constructor and Description |
---|
SecurityProfileTargetMapping() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SecurityProfileIdentifier |
getSecurityProfileIdentifier()
Information that identifies the security profile.
|
SecurityProfileTarget |
getTarget()
Information about the target (thing group) associated with the security
profile.
|
int |
hashCode() |
void |
setSecurityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)
Information that identifies the security profile.
|
void |
setTarget(SecurityProfileTarget target)
Information about the target (thing group) associated with the security
profile.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SecurityProfileTargetMapping |
withSecurityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)
Information that identifies the security profile.
|
SecurityProfileTargetMapping |
withTarget(SecurityProfileTarget target)
Information about the target (thing group) associated with the security
profile.
|
public SecurityProfileIdentifier getSecurityProfileIdentifier()
Information that identifies the security profile.
Information that identifies the security profile.
public void setSecurityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)
Information that identifies the security profile.
securityProfileIdentifier
- Information that identifies the security profile.
public SecurityProfileTargetMapping withSecurityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)
Information that identifies the security profile.
Returns a reference to this object so that method calls can be chained together.
securityProfileIdentifier
- Information that identifies the security profile.
public SecurityProfileTarget getTarget()
Information about the target (thing group) associated with the security profile.
Information about the target (thing group) associated with the security profile.
public void setTarget(SecurityProfileTarget target)
Information about the target (thing group) associated with the security profile.
target
- Information about the target (thing group) associated with the security profile.
public SecurityProfileTargetMapping withTarget(SecurityProfileTarget target)
Information about the target (thing group) associated with the security profile.
Returns a reference to this object so that method calls can be chained together.
target
- Information about the target (thing group) associated with the security profile.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.