@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuditSuppression extends Object implements Serializable, Cloneable, StructuredPojo
Filters out specific findings of a Device Defender audit.
Constructor and Description |
---|
AuditSuppression() |
Modifier and Type | Method and Description |
---|---|
AuditSuppression |
clone() |
boolean |
equals(Object obj) |
String |
getCheckName() |
String |
getDescription()
The description of the audit suppression.
|
Date |
getExpirationDate()
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
|
ResourceIdentifier |
getResourceIdentifier() |
Boolean |
getSuppressIndefinitely()
Indicates whether a suppression should exist indefinitely or not.
|
int |
hashCode() |
Boolean |
isSuppressIndefinitely()
Indicates whether a suppression should exist indefinitely or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCheckName(String checkName) |
void |
setDescription(String description)
The description of the audit suppression.
|
void |
setExpirationDate(Date expirationDate)
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
|
void |
setResourceIdentifier(ResourceIdentifier resourceIdentifier) |
void |
setSuppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
|
String |
toString()
Returns a string representation of this object.
|
AuditSuppression |
withCheckName(String checkName) |
AuditSuppression |
withDescription(String description)
The description of the audit suppression.
|
AuditSuppression |
withExpirationDate(Date expirationDate)
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
|
AuditSuppression |
withResourceIdentifier(ResourceIdentifier resourceIdentifier) |
AuditSuppression |
withSuppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
|
public void setCheckName(String checkName)
checkName
- public String getCheckName()
public AuditSuppression withCheckName(String checkName)
checkName
- public void setResourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier
- public ResourceIdentifier getResourceIdentifier()
public AuditSuppression withResourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier
- public void setExpirationDate(Date expirationDate)
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
expirationDate
- The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.public Date getExpirationDate()
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
public AuditSuppression withExpirationDate(Date expirationDate)
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
expirationDate
- The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.public void setSuppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
suppressIndefinitely
- Indicates whether a suppression should exist indefinitely or not.public Boolean getSuppressIndefinitely()
Indicates whether a suppression should exist indefinitely or not.
public AuditSuppression withSuppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
suppressIndefinitely
- Indicates whether a suppression should exist indefinitely or not.public Boolean isSuppressIndefinitely()
Indicates whether a suppression should exist indefinitely or not.
public void setDescription(String description)
The description of the audit suppression.
description
- The description of the audit suppression.public String getDescription()
The description of the audit suppression.
public AuditSuppression withDescription(String description)
The description of the audit suppression.
description
- The description of the audit suppression.public String toString()
toString
in class Object
Object.toString()
public AuditSuppression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.