@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAuditSuppressionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAuditSuppressionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAuditSuppressionResult |
clone() |
boolean |
equals(Object obj) |
String |
getCheckName() |
String |
getDescription()
The description of the audit suppression.
|
Date |
getExpirationDate()
The epoch timestamp in seconds at which this suppression expires.
|
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 |
setCheckName(String checkName) |
void |
setDescription(String description)
The description of the audit suppression.
|
void |
setExpirationDate(Date expirationDate)
The epoch timestamp in seconds at which this suppression expires.
|
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.
|
DescribeAuditSuppressionResult |
withCheckName(String checkName) |
DescribeAuditSuppressionResult |
withDescription(String description)
The description of the audit suppression.
|
DescribeAuditSuppressionResult |
withExpirationDate(Date expirationDate)
The epoch timestamp in seconds at which this suppression expires.
|
DescribeAuditSuppressionResult |
withResourceIdentifier(ResourceIdentifier resourceIdentifier) |
DescribeAuditSuppressionResult |
withSuppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCheckName(String checkName)
checkName
- public String getCheckName()
public DescribeAuditSuppressionResult withCheckName(String checkName)
checkName
- public void setResourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier
- public ResourceIdentifier getResourceIdentifier()
public DescribeAuditSuppressionResult withResourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier
- public void setExpirationDate(Date expirationDate)
The epoch timestamp in seconds at which this suppression expires.
expirationDate
- The epoch timestamp in seconds at which this suppression expires.public Date getExpirationDate()
The epoch timestamp in seconds at which this suppression expires.
public DescribeAuditSuppressionResult withExpirationDate(Date expirationDate)
The epoch timestamp in seconds at which this suppression expires.
expirationDate
- The epoch timestamp in seconds at which this suppression expires.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 DescribeAuditSuppressionResult 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 DescribeAuditSuppressionResult 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 DescribeAuditSuppressionResult clone()