Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class TrustedAdvisorCheckDescription

java.lang.Object
  extended by com.amazonaws.services.support.model.TrustedAdvisorCheckDescription
All Implemented Interfaces:
Serializable

public class TrustedAdvisorCheckDescription
extends Object
implements Serializable

Description of each check returned by DescribeTrustedAdvisorChecks .

See Also:
Serialized Form

Constructor Summary
TrustedAdvisorCheckDescription()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustedAdvisorCheckDescription

public TrustedAdvisorCheckDescription()
Method Detail

getId

public String getId()
Unique identifier for a specific Trusted Advisor check description.

Returns:
Unique identifier for a specific Trusted Advisor check description.

setId

public void setId(String id)
Unique identifier for a specific Trusted Advisor check description.

Parameters:
id - Unique identifier for a specific Trusted Advisor check description.

withId

public TrustedAdvisorCheckDescription withId(String id)
Unique identifier for a specific Trusted Advisor check description.

Returns a reference to this object so that method calls can be chained together.

Parameters:
id - Unique identifier for a specific Trusted Advisor check description.
Returns:
A reference to this updated object so that method calls can be chained together.

getName

public String getName()
Display name for the Trusted Advisor check. Corresponds to the display name for the check in the Trusted Advisor user interface.

Returns:
Display name for the Trusted Advisor check. Corresponds to the display name for the check in the Trusted Advisor user interface.

setName

public void setName(String name)
Display name for the Trusted Advisor check. Corresponds to the display name for the check in the Trusted Advisor user interface.

Parameters:
name - Display name for the Trusted Advisor check. Corresponds to the display name for the check in the Trusted Advisor user interface.

withName

public TrustedAdvisorCheckDescription withName(String name)
Display name for the Trusted Advisor check. Corresponds to the display name for the check in the Trusted Advisor user interface.

Returns a reference to this object so that method calls can be chained together.

Parameters:
name - Display name for the Trusted Advisor check. Corresponds to the display name for the check in the Trusted Advisor user interface.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
Description of the Trusted Advisor check.

Returns:
Description of the Trusted Advisor check.

setDescription

public void setDescription(String description)
Description of the Trusted Advisor check.

Parameters:
description - Description of the Trusted Advisor check.

withDescription

public TrustedAdvisorCheckDescription withDescription(String description)
Description of the Trusted Advisor check.

Returns a reference to this object so that method calls can be chained together.

Parameters:
description - Description of the Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

getCategory

public String getCategory()
Category to which the Trusted Advisor check belongs.

Returns:
Category to which the Trusted Advisor check belongs.

setCategory

public void setCategory(String category)
Category to which the Trusted Advisor check belongs.

Parameters:
category - Category to which the Trusted Advisor check belongs.

withCategory

public TrustedAdvisorCheckDescription withCategory(String category)
Category to which the Trusted Advisor check belongs.

Returns a reference to this object so that method calls can be chained together.

Parameters:
category - Category to which the Trusted Advisor check belongs.
Returns:
A reference to this updated object so that method calls can be chained together.

getMetadata

public List<String> getMetadata()
List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check.

Returns:
List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check.

setMetadata

public void setMetadata(Collection<String> metadata)
List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check.

Parameters:
metadata - List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check.

withMetadata

public TrustedAdvisorCheckDescription withMetadata(String... metadata)
List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check.

Returns a reference to this object so that method calls can be chained together.

Parameters:
metadata - List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

withMetadata

public TrustedAdvisorCheckDescription withMetadata(Collection<String> metadata)
List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check.

Returns a reference to this object so that method calls can be chained together.

Parameters:
metadata - List of metadata returned in TrustedAdvisorResourceDetail objects for a Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.