Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class TrustedAdvisorResourcesSummary

java.lang.Object
  extended by com.amazonaws.services.support.model.TrustedAdvisorResourcesSummary
All Implemented Interfaces:
Serializable

public class TrustedAdvisorResourcesSummary
extends Object
implements Serializable

JSON-formatted object that lists details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.

See Also:
Serialized Form

Constructor Summary
TrustedAdvisorResourcesSummary()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getResourcesFlagged()
          Reports the number of AWS resources that were flagged in your Trusted Advisor check.
 Long getResourcesIgnored()
          Indicates the number of resources ignored by Trusted Advisor due to unavailability of information.
 Long getResourcesProcessed()
          Reports the number of AWS resources that were analyzed in your Trusted Advisor check.
 Long getResourcesSuppressed()
          Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed.
 int hashCode()
           
 void setResourcesFlagged(Long resourcesFlagged)
          Reports the number of AWS resources that were flagged in your Trusted Advisor check.
 void setResourcesIgnored(Long resourcesIgnored)
          Indicates the number of resources ignored by Trusted Advisor due to unavailability of information.
 void setResourcesProcessed(Long resourcesProcessed)
          Reports the number of AWS resources that were analyzed in your Trusted Advisor check.
 void setResourcesSuppressed(Long resourcesSuppressed)
          Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 TrustedAdvisorResourcesSummary withResourcesFlagged(Long resourcesFlagged)
          Reports the number of AWS resources that were flagged in your Trusted Advisor check.
 TrustedAdvisorResourcesSummary withResourcesIgnored(Long resourcesIgnored)
          Indicates the number of resources ignored by Trusted Advisor due to unavailability of information.
 TrustedAdvisorResourcesSummary withResourcesProcessed(Long resourcesProcessed)
          Reports the number of AWS resources that were analyzed in your Trusted Advisor check.
 TrustedAdvisorResourcesSummary withResourcesSuppressed(Long resourcesSuppressed)
          Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustedAdvisorResourcesSummary

public TrustedAdvisorResourcesSummary()
Method Detail

getResourcesProcessed

public Long getResourcesProcessed()
Reports the number of AWS resources that were analyzed in your Trusted Advisor check.

Returns:
Reports the number of AWS resources that were analyzed in your Trusted Advisor check.

setResourcesProcessed

public void setResourcesProcessed(Long resourcesProcessed)
Reports the number of AWS resources that were analyzed in your Trusted Advisor check.

Parameters:
resourcesProcessed - Reports the number of AWS resources that were analyzed in your Trusted Advisor check.

withResourcesProcessed

public TrustedAdvisorResourcesSummary withResourcesProcessed(Long resourcesProcessed)
Reports the number of AWS resources that were analyzed in your Trusted Advisor check.

Returns a reference to this object so that method calls can be chained together.

Parameters:
resourcesProcessed - Reports the number of AWS resources that were analyzed in your Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

getResourcesFlagged

public Long getResourcesFlagged()
Reports the number of AWS resources that were flagged in your Trusted Advisor check.

Returns:
Reports the number of AWS resources that were flagged in your Trusted Advisor check.

setResourcesFlagged

public void setResourcesFlagged(Long resourcesFlagged)
Reports the number of AWS resources that were flagged in your Trusted Advisor check.

Parameters:
resourcesFlagged - Reports the number of AWS resources that were flagged in your Trusted Advisor check.

withResourcesFlagged

public TrustedAdvisorResourcesSummary withResourcesFlagged(Long resourcesFlagged)
Reports the number of AWS resources that were flagged in your Trusted Advisor check.

Returns a reference to this object so that method calls can be chained together.

Parameters:
resourcesFlagged - Reports the number of AWS resources that were flagged in your Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

getResourcesIgnored

public Long getResourcesIgnored()
Indicates the number of resources ignored by Trusted Advisor due to unavailability of information.

Returns:
Indicates the number of resources ignored by Trusted Advisor due to unavailability of information.

setResourcesIgnored

public void setResourcesIgnored(Long resourcesIgnored)
Indicates the number of resources ignored by Trusted Advisor due to unavailability of information.

Parameters:
resourcesIgnored - Indicates the number of resources ignored by Trusted Advisor due to unavailability of information.

withResourcesIgnored

public TrustedAdvisorResourcesSummary withResourcesIgnored(Long resourcesIgnored)
Indicates the number of resources ignored by Trusted Advisor due to unavailability of information.

Returns a reference to this object so that method calls can be chained together.

Parameters:
resourcesIgnored - Indicates the number of resources ignored by Trusted Advisor due to unavailability of information.
Returns:
A reference to this updated object so that method calls can be chained together.

getResourcesSuppressed

public Long getResourcesSuppressed()
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed.

Returns:
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed.

setResourcesSuppressed

public void setResourcesSuppressed(Long resourcesSuppressed)
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed.

Parameters:
resourcesSuppressed - Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed.

withResourcesSuppressed

public TrustedAdvisorResourcesSummary withResourcesSuppressed(Long resourcesSuppressed)
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed.

Returns a reference to this object so that method calls can be chained together.

Parameters:
resourcesSuppressed - Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.