@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendationResourcesAggregates extends Object implements Serializable, Cloneable, StructuredPojo
Aggregation of Recommendation Resources
Constructor and Description |
---|
RecommendationResourcesAggregates() |
Modifier and Type | Method and Description |
---|---|
RecommendationResourcesAggregates |
clone() |
boolean |
equals(Object obj) |
Long |
getErrorCount()
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
|
Long |
getOkCount()
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
|
Long |
getWarningCount()
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCount(Long errorCount)
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
|
void |
setOkCount(Long okCount)
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
|
void |
setWarningCount(Long warningCount)
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
|
String |
toString()
Returns a string representation of this object.
|
RecommendationResourcesAggregates |
withErrorCount(Long errorCount)
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
|
RecommendationResourcesAggregates |
withOkCount(Long okCount)
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
|
RecommendationResourcesAggregates |
withWarningCount(Long warningCount)
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
|
public void setErrorCount(Long errorCount)
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
errorCount
- The number of AWS resources that were flagged to have errors according to the Trusted Advisor checkpublic Long getErrorCount()
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
public RecommendationResourcesAggregates withErrorCount(Long errorCount)
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
errorCount
- The number of AWS resources that were flagged to have errors according to the Trusted Advisor checkpublic void setOkCount(Long okCount)
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
okCount
- The number of AWS resources that were flagged to be OK according to the Trusted Advisor checkpublic Long getOkCount()
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
public RecommendationResourcesAggregates withOkCount(Long okCount)
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
okCount
- The number of AWS resources that were flagged to be OK according to the Trusted Advisor checkpublic void setWarningCount(Long warningCount)
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
warningCount
- The number of AWS resources that were flagged to have warning according to the Trusted Advisor checkpublic Long getWarningCount()
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
public RecommendationResourcesAggregates withWarningCount(Long warningCount)
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
warningCount
- The number of AWS resources that were flagged to have warning according to the Trusted Advisor checkpublic String toString()
toString
in class Object
Object.toString()
public RecommendationResourcesAggregates clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.