@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputResources extends Object implements Serializable, Cloneable, StructuredPojo
The resources produced by this image.
| Constructor and Description |
|---|
OutputResources() |
| Modifier and Type | Method and Description |
|---|---|
OutputResources |
clone() |
boolean |
equals(Object obj) |
List<Ami> |
getAmis()
The EC2 AMIs created by this image.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAmis(Collection<Ami> amis)
The EC2 AMIs created by this image.
|
String |
toString()
Returns a string representation of this object.
|
OutputResources |
withAmis(Ami... amis)
The EC2 AMIs created by this image.
|
OutputResources |
withAmis(Collection<Ami> amis)
The EC2 AMIs created by this image.
|
public List<Ami> getAmis()
The EC2 AMIs created by this image.
public void setAmis(Collection<Ami> amis)
The EC2 AMIs created by this image.
amis - The EC2 AMIs created by this image.public OutputResources withAmis(Ami... amis)
The EC2 AMIs created by this image.
NOTE: This method appends the values to the existing list (if any). Use
setAmis(java.util.Collection) or withAmis(java.util.Collection) if you want to override the
existing values.
amis - The EC2 AMIs created by this image.public OutputResources withAmis(Collection<Ami> amis)
The EC2 AMIs created by this image.
amis - The EC2 AMIs created by this image.public String toString()
toString in class ObjectObject.toString()public OutputResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.