Package com.amazonaws.services.ec2.model
Class DescribeImageAttributeResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeImageAttributeResult
- All Implemented Interfaces:
Serializable,Cloneable
A simple result wrapper around the ImageAttribute object that was sent over
the wire.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanDescribes an image attribute.inthashCode()voidsetImageAttribute(ImageAttribute imageAttribute) Describes an image attribute.toString()Returns a string representation of this object; useful for testing and debugging.withImageAttribute(ImageAttribute imageAttribute) Describes an image attribute.
-
Constructor Details
-
DescribeImageAttributeResult
public DescribeImageAttributeResult()
-
-
Method Details
-
setImageAttribute
Describes an image attribute.
- Parameters:
imageAttribute- Describes an image attribute.
-
getImageAttribute
Describes an image attribute.
- Returns:
- Describes an image attribute.
-
withImageAttribute
Describes an image attribute.
- Parameters:
imageAttribute- Describes an image attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-