@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrustedAdvisorChecksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.
Constructor and Description |
---|
DescribeTrustedAdvisorChecksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTrustedAdvisorChecksResult |
clone() |
boolean |
equals(Object obj) |
List<TrustedAdvisorCheckDescription> |
getChecks()
Information about all available Trusted Advisor checks.
|
int |
hashCode() |
void |
setChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeTrustedAdvisorChecksResult |
withChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
|
DescribeTrustedAdvisorChecksResult |
withChecks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TrustedAdvisorCheckDescription> getChecks()
Information about all available Trusted Advisor checks.
public void setChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
checks
- Information about all available Trusted Advisor checks.public DescribeTrustedAdvisorChecksResult withChecks(TrustedAdvisorCheckDescription... checks)
Information about all available Trusted Advisor checks.
NOTE: This method appends the values to the existing list (if any). Use
setChecks(java.util.Collection)
or withChecks(java.util.Collection)
if you want to override the
existing values.
checks
- Information about all available Trusted Advisor checks.public DescribeTrustedAdvisorChecksResult withChecks(Collection<TrustedAdvisorCheckDescription> checks)
Information about all available Trusted Advisor checks.
checks
- Information about all available Trusted Advisor checks.public String toString()
toString
in class Object
Object.toString()
public DescribeTrustedAdvisorChecksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.