public class DescribeImageAttributeResult extends Object implements Serializable
Constructor and Description |
---|
DescribeImageAttributeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ImageAttribute |
getImageAttribute()
Describes an image attribute.
|
int |
hashCode() |
void |
setImageAttribute(ImageAttribute imageAttribute)
Describes an image attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setImageAttribute(ImageAttribute imageAttribute)
Describes an image attribute.
imageAttribute
- Describes an image attribute.public ImageAttribute getImageAttribute()
Describes an image attribute.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.