@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAuditSuppressionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAuditSuppressionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAuditSuppressionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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 |
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.
|
UpdateAuditSuppressionRequest |
withCheckName(String checkName) |
UpdateAuditSuppressionRequest |
withDescription(String description)
The description of the audit suppression.
|
UpdateAuditSuppressionRequest |
withExpirationDate(Date expirationDate)
The expiration date (epoch timestamp in seconds) that you want the suppression to adhere to.
|
UpdateAuditSuppressionRequest |
withResourceIdentifier(ResourceIdentifier resourceIdentifier) |
UpdateAuditSuppressionRequest |
withSuppressIndefinitely(Boolean suppressIndefinitely)
Indicates whether a suppression should exist indefinitely or not.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCheckName(String checkName)
checkName
- public String getCheckName()
public UpdateAuditSuppressionRequest withCheckName(String checkName)
checkName
- public void setResourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier
- public ResourceIdentifier getResourceIdentifier()
public UpdateAuditSuppressionRequest 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 UpdateAuditSuppressionRequest 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 UpdateAuditSuppressionRequest 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 UpdateAuditSuppressionRequest 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 UpdateAuditSuppressionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()