public class ListAuditSuppressionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists your Device Defender audit listings.
Constructor and Description |
---|
ListAuditSuppressionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAscendingOrder()
Determines whether suppressions are listed in ascending order by
expiration date or not.
|
java.lang.String |
getCheckName()
An audit check name.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to return at one time.
|
java.lang.String |
getNextToken()
The token for the next set of results.
|
ResourceIdentifier |
getResourceIdentifier()
Information that identifies the noncompliant resource.
|
int |
hashCode() |
java.lang.Boolean |
isAscendingOrder()
Determines whether suppressions are listed in ascending order by
expiration date or not.
|
void |
setAscendingOrder(java.lang.Boolean ascendingOrder)
Determines whether suppressions are listed in ascending order by
expiration date or not.
|
void |
setCheckName(java.lang.String checkName)
An audit check name.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results.
|
void |
setResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information that identifies the noncompliant resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAuditSuppressionsRequest |
withAscendingOrder(java.lang.Boolean ascendingOrder)
Determines whether suppressions are listed in ascending order by
expiration date or not.
|
ListAuditSuppressionsRequest |
withCheckName(java.lang.String checkName)
An audit check name.
|
ListAuditSuppressionsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditSuppressionsRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
ListAuditSuppressionsRequest |
withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information that identifies the noncompliant resource.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getCheckName()
An audit check name. Checks must be enabled for your account. (Use
DescribeAccountAuditConfiguration
to see the list of all
checks, including those that are enabled or use
UpdateAccountAuditConfiguration
to select which checks are
enabled.)
An audit check name. Checks must be enabled for your account.
(Use DescribeAccountAuditConfiguration
to see the
list of all checks, including those that are enabled or use
UpdateAccountAuditConfiguration
to select which
checks are enabled.)
public void setCheckName(java.lang.String checkName)
An audit check name. Checks must be enabled for your account. (Use
DescribeAccountAuditConfiguration
to see the list of all
checks, including those that are enabled or use
UpdateAccountAuditConfiguration
to select which checks are
enabled.)
checkName
-
An audit check name. Checks must be enabled for your account.
(Use DescribeAccountAuditConfiguration
to see the
list of all checks, including those that are enabled or use
UpdateAccountAuditConfiguration
to select which
checks are enabled.)
public ListAuditSuppressionsRequest withCheckName(java.lang.String checkName)
An audit check name. Checks must be enabled for your account. (Use
DescribeAccountAuditConfiguration
to see the list of all
checks, including those that are enabled or use
UpdateAccountAuditConfiguration
to select which checks are
enabled.)
Returns a reference to this object so that method calls can be chained together.
checkName
-
An audit check name. Checks must be enabled for your account.
(Use DescribeAccountAuditConfiguration
to see the
list of all checks, including those that are enabled or use
UpdateAccountAuditConfiguration
to select which
checks are enabled.)
public ResourceIdentifier getResourceIdentifier()
Information that identifies the noncompliant resource.
Information that identifies the noncompliant resource.
public void setResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information that identifies the noncompliant resource.
resourceIdentifier
- Information that identifies the noncompliant resource.
public ListAuditSuppressionsRequest withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information that identifies the noncompliant resource.
Returns a reference to this object so that method calls can be chained together.
resourceIdentifier
- Information that identifies the noncompliant resource.
public java.lang.Boolean isAscendingOrder()
Determines whether suppressions are listed in ascending order by
expiration date or not. If parameter isn't provided,
ascendingOrder=true
.
Determines whether suppressions are listed in ascending order by
expiration date or not. If parameter isn't provided,
ascendingOrder=true
.
public java.lang.Boolean getAscendingOrder()
Determines whether suppressions are listed in ascending order by
expiration date or not. If parameter isn't provided,
ascendingOrder=true
.
Determines whether suppressions are listed in ascending order by
expiration date or not. If parameter isn't provided,
ascendingOrder=true
.
public void setAscendingOrder(java.lang.Boolean ascendingOrder)
Determines whether suppressions are listed in ascending order by
expiration date or not. If parameter isn't provided,
ascendingOrder=true
.
ascendingOrder
-
Determines whether suppressions are listed in ascending order
by expiration date or not. If parameter isn't provided,
ascendingOrder=true
.
public ListAuditSuppressionsRequest withAscendingOrder(java.lang.Boolean ascendingOrder)
Determines whether suppressions are listed in ascending order by
expiration date or not. If parameter isn't provided,
ascendingOrder=true
.
Returns a reference to this object so that method calls can be chained together.
ascendingOrder
-
Determines whether suppressions are listed in ascending order
by expiration date or not. If parameter isn't provided,
ascendingOrder=true
.
public java.lang.String getNextToken()
The token for the next set of results.
The token for the next set of results.
public void setNextToken(java.lang.String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.
public ListAuditSuppressionsRequest withNextToken(java.lang.String nextToken)
The token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token for the next set of results.
public java.lang.Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
Constraints:
Range: 1 - 250
The maximum number of results to return at one time. The default is 25.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return at one time. The default is 25.
public ListAuditSuppressionsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return at one time. The default is 25.
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.