public class TrustedAdvisorCheckDescription
extends java.lang.Object
implements java.io.Serializable
Description of each check returned by DescribeTrustedAdvisorChecks .
| コンストラクタと説明 |
|---|
TrustedAdvisorCheckDescription() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object