|
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.TrustedAdvisorResourceDetail
public class TrustedAdvisorResourceDetail
Structure that contains information about the resource to which the Trusted Advisor check pertains.
Constructor Summary | |
---|---|
TrustedAdvisorResourceDetail()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getIsSuppressed()
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed. |
List<String> |
getMetadata()
Additional information about the identified resource. |
String |
getRegion()
AWS region in which the identified resource is located. |
String |
getResourceId()
Unique identifier for the identified resource. |
String |
getStatus()
Status code for the resource identified in the Trusted Advisor check. |
int |
hashCode()
|
Boolean |
isSuppressed()
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed. |
void |
setIsSuppressed(Boolean isSuppressed)
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed. |
void |
setMetadata(Collection<String> metadata)
Additional information about the identified resource. |
void |
setRegion(String region)
AWS region in which the identified resource is located. |
void |
setResourceId(String resourceId)
Unique identifier for the identified resource. |
void |
setStatus(String status)
Status code for the resource identified in the Trusted Advisor check. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TrustedAdvisorResourceDetail |
withIsSuppressed(Boolean isSuppressed)
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed. |
TrustedAdvisorResourceDetail |
withMetadata(Collection<String> metadata)
Additional information about the identified resource. |
TrustedAdvisorResourceDetail |
withMetadata(String... metadata)
Additional information about the identified resource. |
TrustedAdvisorResourceDetail |
withRegion(String region)
AWS region in which the identified resource is located. |
TrustedAdvisorResourceDetail |
withResourceId(String resourceId)
Unique identifier for the identified resource. |
TrustedAdvisorResourceDetail |
withStatus(String status)
Status code for the resource identified in the Trusted Advisor check. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrustedAdvisorResourceDetail()
Method Detail |
---|
public String getStatus()
public void setStatus(String status)
status
- Status code for the resource identified in the Trusted Advisor check.public TrustedAdvisorResourceDetail withStatus(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 String getRegion()
public void setRegion(String region)
region
- AWS region in which the identified resource is located.public TrustedAdvisorResourceDetail withRegion(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 String getResourceId()
public void setResourceId(String resourceId)
resourceId
- Unique identifier for the identified resource.public TrustedAdvisorResourceDetail withResourceId(String resourceId)
Returns a reference to this object so that method calls can be chained together.
resourceId
- Unique identifier for the identified resource.
public Boolean isSuppressed()
public void setIsSuppressed(Boolean isSuppressed)
isSuppressed
- Indicates whether the specified AWS resource has had its participation
in Trusted Advisor checks suppressed.public TrustedAdvisorResourceDetail withIsSuppressed(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 Boolean getIsSuppressed()
public List<String> getMetadata()
public void setMetadata(Collection<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(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(Collection<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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |