|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.support.model.TrustedAdvisorCheckDescription
public class TrustedAdvisorCheckDescription
Description of each check returned by DescribeTrustedAdvisorChecks .
Constructor Summary | |
---|---|
TrustedAdvisorCheckDescription()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCategory()
Category to which the Trusted Advisor check belongs. |
java.lang.String |
getDescription()
Description of the Trusted Advisor check. |
java.lang.String |
getId()
Unique identifier for a specific Trusted Advisor check description. |
java.util.List<java.lang.String> |
getMetadata()
List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check. |
java.lang.String |
getName()
Display name for the Trusted Advisor check. |
int |
hashCode()
|
void |
setCategory(java.lang.String category)
Category to which the Trusted Advisor check belongs. |
void |
setDescription(java.lang.String description)
Description of the Trusted Advisor check. |
void |
setId(java.lang.String id)
Unique identifier for a specific Trusted Advisor check description. |
void |
setMetadata(java.util.Collection<java.lang.String> metadata)
List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check. |
void |
setName(java.lang.String name)
Display name for the Trusted Advisor check. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TrustedAdvisorCheckDescription |
withCategory(java.lang.String category)
Category to which the Trusted Advisor check belongs. |
TrustedAdvisorCheckDescription |
withDescription(java.lang.String description)
Description of the Trusted Advisor check. |
TrustedAdvisorCheckDescription |
withId(java.lang.String id)
Unique identifier for a specific Trusted Advisor check description. |
TrustedAdvisorCheckDescription |
withMetadata(java.util.Collection<java.lang.String> metadata)
List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check. |
TrustedAdvisorCheckDescription |
withMetadata(java.lang.String... metadata)
List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check. |
TrustedAdvisorCheckDescription |
withName(java.lang.String name)
Display name for the Trusted Advisor check. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrustedAdvisorCheckDescription()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- Unique identifier for a specific Trusted Advisor check description.public TrustedAdvisorCheckDescription withId(java.lang.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 java.lang.String getName()
public void setName(java.lang.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(java.lang.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 java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- Description of the Trusted Advisor check.public TrustedAdvisorCheckDescription withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description
- Description of the Trusted Advisor check.
public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category
- Category to which the Trusted Advisor check belongs.public TrustedAdvisorCheckDescription withCategory(java.lang.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 java.util.List<java.lang.String> getMetadata()
public void setMetadata(java.util.Collection<java.lang.String> metadata)
metadata
- List of metadata returned in TrustedAdvisorResourceDetail
objects for a Trusted Advisor check.public TrustedAdvisorCheckDescription withMetadata(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |