@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetResourceMetadataResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetResourceMetadataResult | addFeaturesEntry(String key,
                FeatureMetadata value)Add a single Features entry | 
| GetResourceMetadataResult | clearFeaturesEntries()Removes all the entries added into Features. | 
| GetResourceMetadataResult | clone() | 
| boolean | equals(Object obj) | 
| Map<String,FeatureMetadata> | getFeatures()
 The metadata for different features. | 
| String | getIdentifier()
 An immutable identifier for a data source that is unique for an Amazon Web Services Region. | 
| int | hashCode() | 
| void | setFeatures(Map<String,FeatureMetadata> features)
 The metadata for different features. | 
| void | setIdentifier(String identifier)
 An immutable identifier for a data source that is unique for an Amazon Web Services Region. | 
| String | toString()Returns a string representation of this object. | 
| GetResourceMetadataResult | withFeatures(Map<String,FeatureMetadata> features)
 The metadata for different features. | 
| GetResourceMetadataResult | withIdentifier(String identifier)
 An immutable identifier for a data source that is unique for an Amazon Web Services Region. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setIdentifier(String identifier)
 An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights
 gathers metrics from this data source. To use a DB instance as a data source, specify its
 DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.
 
identifier - An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance
        Insights gathers metrics from this data source. To use a DB instance as a data source, specify its
        DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.public String getIdentifier()
 An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights
 gathers metrics from this data source. To use a DB instance as a data source, specify its
 DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.
 
DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.public GetResourceMetadataResult withIdentifier(String identifier)
 An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights
 gathers metrics from this data source. To use a DB instance as a data source, specify its
 DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.
 
identifier - An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance
        Insights gathers metrics from this data source. To use a DB instance as a data source, specify its
        DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.public Map<String,FeatureMetadata> getFeatures()
The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
public void setFeatures(Map<String,FeatureMetadata> features)
The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
features - The metadata for different features. For example, the metadata might indicate that a feature is turned on
        or off on a specific DB instance.public GetResourceMetadataResult withFeatures(Map<String,FeatureMetadata> features)
The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.
features - The metadata for different features. For example, the metadata might indicate that a feature is turned on
        or off on a specific DB instance.public GetResourceMetadataResult addFeaturesEntry(String key, FeatureMetadata value)
public GetResourceMetadataResult clearFeaturesEntries()
public String toString()
toString in class ObjectObject.toString()public GetResourceMetadataResult clone()