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

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()
          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 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustedAdvisorResourcesSummary

public TrustedAdvisorResourcesSummary()
Method Detail

getResourcesProcessed

public Long getResourcesProcessed()
The number of AWS resources that were analyzed by the Trusted Advisor check.

Returns:
The number of AWS resources that were analyzed by the Trusted Advisor check.

setResourcesProcessed

public void setResourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.

Parameters:
resourcesProcessed - The number of AWS resources that were analyzed by the Trusted Advisor check.

withResourcesProcessed

public TrustedAdvisorResourcesSummary withResourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.

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

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

getResourcesFlagged

public Long getResourcesFlagged()
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

Returns:
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

setResourcesFlagged

public void setResourcesFlagged(Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

Parameters:
resourcesFlagged - The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

withResourcesFlagged

public TrustedAdvisorResourcesSummary withResourcesFlagged(Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.

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

Parameters:
resourcesFlagged - The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

getResourcesIgnored

public Long getResourcesIgnored()
The number of AWS resources ignored by Trusted Advisor because information was unavailable.

Returns:
The number of AWS resources ignored by Trusted Advisor because information was unavailable.

setResourcesIgnored

public void setResourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.

Parameters:
resourcesIgnored - The number of AWS resources ignored by Trusted Advisor because information was unavailable.

withResourcesIgnored

public TrustedAdvisorResourcesSummary withResourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.

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

Parameters:
resourcesIgnored - The number of AWS resources ignored by Trusted Advisor because information was unavailable.
Returns:
A reference to this updated object so that method calls can be chained together.

getResourcesSuppressed

public Long getResourcesSuppressed()
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

Returns:
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

setResourcesSuppressed

public void setResourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

Parameters:
resourcesSuppressed - The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

withResourcesSuppressed

public TrustedAdvisorResourcesSummary withResourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.

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

Parameters:
resourcesSuppressed - The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
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 © 2016. All rights reserved.