@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeImageAssociationsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeImageAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<ImageResourceAssociation> |
getAssociations()
List of information about the specified associations.
|
int |
hashCode() |
void |
setAssociations(Collection<ImageResourceAssociation> associations)
List of information about the specified associations.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImageAssociationsResult |
withAssociations(Collection<ImageResourceAssociation> associations)
List of information about the specified associations.
|
DescribeImageAssociationsResult |
withAssociations(ImageResourceAssociation... associations)
List of information about the specified associations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ImageResourceAssociation> getAssociations()
List of information about the specified associations.
public void setAssociations(Collection<ImageResourceAssociation> associations)
List of information about the specified associations.
associations - List of information about the specified associations.public DescribeImageAssociationsResult withAssociations(ImageResourceAssociation... associations)
List of information about the specified associations.
NOTE: This method appends the values to the existing list (if any). Use
setAssociations(java.util.Collection) or withAssociations(java.util.Collection) if you want to
override the existing values.
associations - List of information about the specified associations.public DescribeImageAssociationsResult withAssociations(Collection<ImageResourceAssociation> associations)
List of information about the specified associations.
associations - List of information about the specified associations.public String toString()
toString in class ObjectObject.toString()public DescribeImageAssociationsResult clone()