@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrustedAdvisorResourcesSummary extends Object implements Serializable, Cloneable, StructuredPojo
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
Constructor and Description |
---|
TrustedAdvisorResourcesSummary() |
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorResourcesSummary |
clone() |
boolean |
equals(Object obj) |
Long |
getResourcesFlagged()
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
|
Long |
getResourcesIgnored()
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
|
Long |
getResourcesProcessed()
The number of AWS resources that were analyzed by the Trusted Advisor check.
|
Long |
getResourcesSuppressed()
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourcesFlagged(Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
|
void |
setResourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
|
void |
setResourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.
|
void |
setResourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TrustedAdvisorResourcesSummary |
withResourcesFlagged(Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
|
TrustedAdvisorResourcesSummary |
withResourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
|
TrustedAdvisorResourcesSummary |
withResourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.
|
TrustedAdvisorResourcesSummary |
withResourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
|
public void setResourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.
resourcesProcessed
- The number of AWS resources that were analyzed by the Trusted Advisor check.public Long getResourcesProcessed()
The number of AWS resources that were analyzed by the Trusted Advisor check.
public TrustedAdvisorResourcesSummary withResourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.
resourcesProcessed
- The number of AWS resources that were analyzed by the Trusted Advisor check.public void setResourcesFlagged(Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
resourcesFlagged
- The number of AWS resources that were flagged (listed) by the Trusted Advisor check.public Long getResourcesFlagged()
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
public TrustedAdvisorResourcesSummary withResourcesFlagged(Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
resourcesFlagged
- The number of AWS resources that were flagged (listed) by the Trusted Advisor check.public void setResourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
resourcesIgnored
- The number of AWS resources ignored by Trusted Advisor because information was unavailable.public Long getResourcesIgnored()
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
public TrustedAdvisorResourcesSummary withResourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
resourcesIgnored
- The number of AWS resources ignored by Trusted Advisor because information was unavailable.public void setResourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
resourcesSuppressed
- The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.public Long getResourcesSuppressed()
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
public TrustedAdvisorResourcesSummary withResourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
resourcesSuppressed
- The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.public String toString()
toString
in class Object
Object.toString()
public TrustedAdvisorResourcesSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.