@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePredefinedAttributeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePredefinedAttributeResult() |
Modifier and Type | Method and Description |
---|---|
DescribePredefinedAttributeResult |
clone() |
boolean |
equals(Object obj) |
PredefinedAttribute |
getPredefinedAttribute()
Information about the predefined attribute.
|
int |
hashCode() |
void |
setPredefinedAttribute(PredefinedAttribute predefinedAttribute)
Information about the predefined attribute.
|
String |
toString()
Returns a string representation of this object.
|
DescribePredefinedAttributeResult |
withPredefinedAttribute(PredefinedAttribute predefinedAttribute)
Information about the predefined attribute.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPredefinedAttribute(PredefinedAttribute predefinedAttribute)
Information about the predefined attribute.
predefinedAttribute
- Information about the predefined attribute.public PredefinedAttribute getPredefinedAttribute()
Information about the predefined attribute.
public DescribePredefinedAttributeResult withPredefinedAttribute(PredefinedAttribute predefinedAttribute)
Information about the predefined attribute.
predefinedAttribute
- Information about the predefined attribute.public String toString()
toString
in class Object
Object.toString()
public DescribePredefinedAttributeResult clone()