public class TrustedAdvisorCheckDescription extends Object implements Serializable
Description of each check returned by DescribeTrustedAdvisorChecks .
Constructor and Description |
---|
TrustedAdvisorCheckDescription() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCategory()
Category to which the Trusted Advisor check belongs.
|
String |
getDescription()
Description of the Trusted Advisor check.
|
String |
getId()
Unique identifier for a specific Trusted Advisor check description.
|
List<String> |
getMetadata()
List of metadata returned in TrustedAdvisorResourceDetail
objects for a Trusted Advisor check.
|
String |
getName()
Display name for the Trusted Advisor check.
|
int |
hashCode() |
void |
setCategory(String category)
Category to which the Trusted Advisor check belongs.
|
void |
setDescription(String description)
Description of the Trusted Advisor check.
|
void |
setId(String id)
Unique identifier for a specific Trusted Advisor check description.
|
void |
setMetadata(Collection<String> metadata)
List of metadata returned in TrustedAdvisorResourceDetail
objects for a Trusted Advisor check.
|
void |
setName(String name)
Display name for the Trusted Advisor check.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrustedAdvisorCheckDescription |
withCategory(String category)
Category to which the Trusted Advisor check belongs.
|
TrustedAdvisorCheckDescription |
withDescription(String description)
Description of the Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
withId(String id)
Unique identifier for a specific Trusted Advisor check description.
|
TrustedAdvisorCheckDescription |
withMetadata(Collection<String> metadata)
List of metadata returned in TrustedAdvisorResourceDetail
objects for a Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
withMetadata(String... metadata)
List of metadata returned in TrustedAdvisorResourceDetail
objects for a Trusted Advisor check.
|
TrustedAdvisorCheckDescription |
withName(String name)
Display name for the Trusted Advisor check.
|
public String getId()
public void setId(String id)
id
- Unique identifier for a specific Trusted Advisor check description.public TrustedAdvisorCheckDescription withId(String id)
Returns a reference to this object so that method calls can be chained together.
id
- Unique identifier for a specific Trusted Advisor check description.public String getName()
public void setName(String name)
name
- Display name for the Trusted Advisor check. Corresponds to the display
name for the check in the Trusted Advisor user interface.public TrustedAdvisorCheckDescription withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- Display name for the Trusted Advisor check. Corresponds to the display
name for the check in the Trusted Advisor user interface.public String getDescription()
public void setDescription(String description)
description
- Description of the Trusted Advisor check.public TrustedAdvisorCheckDescription withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- Description of the Trusted Advisor check.public String getCategory()
public void setCategory(String category)
category
- Category to which the Trusted Advisor check belongs.public TrustedAdvisorCheckDescription withCategory(String category)
Returns a reference to this object so that method calls can be chained together.
category
- Category to which the Trusted Advisor check belongs.public List<String> getMetadata()
public void setMetadata(Collection<String> metadata)
metadata
- List of metadata returned in TrustedAdvisorResourceDetail
objects for a Trusted Advisor check.public TrustedAdvisorCheckDescription withMetadata(String... metadata)
Returns a reference to this object so that method calls can be chained together.
metadata
- List of metadata returned in TrustedAdvisorResourceDetail
objects for a Trusted Advisor check.public TrustedAdvisorCheckDescription withMetadata(Collection<String> metadata)
Returns a reference to this object so that method calls can be chained together.
metadata
- List of metadata returned in TrustedAdvisorResourceDetail
objects for a Trusted Advisor check.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.