public class ValidateSecurityProfileBehaviorsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Validates a Device Defender security profile behaviors specification.
Constructor and Description |
---|
ValidateSecurityProfileBehaviorsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Behavior> |
getBehaviors()
Specifies the behaviors that, when violated by a device (thing), cause an
alert.
|
int |
hashCode() |
void |
setBehaviors(java.util.Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an
alert.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ValidateSecurityProfileBehaviorsRequest |
withBehaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an
alert.
|
ValidateSecurityProfileBehaviorsRequest |
withBehaviors(java.util.Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an
alert.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ValidateSecurityProfileBehaviorsRequest()
public java.util.List<Behavior> getBehaviors()
Specifies the behaviors that, when violated by a device (thing), cause an alert.
Specifies the behaviors that, when violated by a device (thing), cause an alert.
public void setBehaviors(java.util.Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
behaviors
- Specifies the behaviors that, when violated by a device (thing), cause an alert.
public ValidateSecurityProfileBehaviorsRequest withBehaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
Returns a reference to this object so that method calls can be chained together.
behaviors
- Specifies the behaviors that, when violated by a device (thing), cause an alert.
public ValidateSecurityProfileBehaviorsRequest withBehaviors(java.util.Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
Returns a reference to this object so that method calls can be chained together.
behaviors
- Specifies the behaviors that, when violated by a device (thing), cause an alert.
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.