public class TrustedAdvisorResourceDetail
extends java.lang.Object
implements java.io.Serializable
Structure that contains information about the resource to which the Trusted Advisor check pertains.
| コンストラクタと説明 |
|---|
TrustedAdvisorResourceDetail() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getIsSuppressed()
Indicates whether the specified AWS resource has had its participation
in Trusted Advisor checks suppressed.
|
java.util.List<java.lang.String> |
getMetadata()
Additional information about the identified resource.
|
java.lang.String |
getRegion()
AWS region in which the identified resource is located.
|
java.lang.String |
getResourceId()
Unique identifier for the identified resource.
|
java.lang.String |
getStatus()
Status code for the resource identified in the Trusted Advisor check.
|
int |
hashCode() |
java.lang.Boolean |
isSuppressed()
Indicates whether the specified AWS resource has had its participation
in Trusted Advisor checks suppressed.
|
void |
setIsSuppressed(java.lang.Boolean isSuppressed)
Indicates whether the specified AWS resource has had its participation
in Trusted Advisor checks suppressed.
|
void |
setMetadata(java.util.Collection<java.lang.String> metadata)
Additional information about the identified resource.
|
void |
setRegion(java.lang.String region)
AWS region in which the identified resource is located.
|
void |
setResourceId(java.lang.String resourceId)
Unique identifier for the identified resource.
|
void |
setStatus(java.lang.String status)
Status code for the resource identified in the Trusted Advisor check.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrustedAdvisorResourceDetail |
withIsSuppressed(java.lang.Boolean isSuppressed)
Indicates whether the specified AWS resource has had its participation
in Trusted Advisor checks suppressed.
|
TrustedAdvisorResourceDetail |
withMetadata(java.util.Collection<java.lang.String> metadata)
Additional information about the identified resource.
|
TrustedAdvisorResourceDetail |
withMetadata(java.lang.String... metadata)
Additional information about the identified resource.
|
TrustedAdvisorResourceDetail |
withRegion(java.lang.String region)
AWS region in which the identified resource is located.
|
TrustedAdvisorResourceDetail |
withResourceId(java.lang.String resourceId)
Unique identifier for the identified resource.
|
TrustedAdvisorResourceDetail |
withStatus(java.lang.String status)
Status code for the resource identified in the Trusted Advisor check.
|
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - Status code for the resource identified in the Trusted Advisor check.public TrustedAdvisorResourceDetail withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - Status code for the resource identified in the Trusted Advisor check.public java.lang.String getRegion()
public void setRegion(java.lang.String region)
region - AWS region in which the identified resource is located.public TrustedAdvisorResourceDetail withRegion(java.lang.String region)
Returns a reference to this object so that method calls can be chained together.
region - AWS region in which the identified resource is located.public java.lang.String getResourceId()
public void setResourceId(java.lang.String resourceId)
resourceId - Unique identifier for the identified resource.public TrustedAdvisorResourceDetail withResourceId(java.lang.String resourceId)
Returns a reference to this object so that method calls can be chained together.
resourceId - Unique identifier for the identified resource.public java.lang.Boolean isSuppressed()
public void setIsSuppressed(java.lang.Boolean isSuppressed)
isSuppressed - Indicates whether the specified AWS resource has had its participation
in Trusted Advisor checks suppressed.public TrustedAdvisorResourceDetail withIsSuppressed(java.lang.Boolean isSuppressed)
Returns a reference to this object so that method calls can be chained together.
isSuppressed - Indicates whether the specified AWS resource has had its participation
in Trusted Advisor checks suppressed.public java.lang.Boolean getIsSuppressed()
public java.util.List<java.lang.String> getMetadata()
public void setMetadata(java.util.Collection<java.lang.String> metadata)
metadata - Additional information about the identified resource. The exact
metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription
object returned by the call to DescribeTrustedAdvisorChecks.public TrustedAdvisorResourceDetail withMetadata(java.lang.String... metadata)
Returns a reference to this object so that method calls can be chained together.
metadata - Additional information about the identified resource. The exact
metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription
object returned by the call to DescribeTrustedAdvisorChecks.public TrustedAdvisorResourceDetail withMetadata(java.util.Collection<java.lang.String> metadata)
Returns a reference to this object so that method calls can be chained together.
metadata - Additional information about the identified resource. The exact
metadata and its order can be obtained by inspecting the TrustedAdvisorCheckDescription
object returned by the call to DescribeTrustedAdvisorChecks.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