@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaAcceleratorInfo extends Object implements Serializable, Cloneable
Describes the media accelerators for the instance type.
| Constructor and Description | 
|---|
MediaAcceleratorInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
MediaAcceleratorInfo | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<MediaDeviceInfo> | 
getAccelerators()
 Describes the media accelerators for the instance type. 
 | 
Integer | 
getTotalMediaMemoryInMiB()
 The total size of the memory for the media accelerators for the instance type, in MiB. 
 | 
int | 
hashCode()  | 
void | 
setAccelerators(Collection<MediaDeviceInfo> accelerators)
 Describes the media accelerators for the instance type. 
 | 
void | 
setTotalMediaMemoryInMiB(Integer totalMediaMemoryInMiB)
 The total size of the memory for the media accelerators for the instance type, in MiB. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
MediaAcceleratorInfo | 
withAccelerators(Collection<MediaDeviceInfo> accelerators)
 Describes the media accelerators for the instance type. 
 | 
MediaAcceleratorInfo | 
withAccelerators(MediaDeviceInfo... accelerators)
 Describes the media accelerators for the instance type. 
 | 
MediaAcceleratorInfo | 
withTotalMediaMemoryInMiB(Integer totalMediaMemoryInMiB)
 The total size of the memory for the media accelerators for the instance type, in MiB. 
 | 
public List<MediaDeviceInfo> getAccelerators()
Describes the media accelerators for the instance type.
public void setAccelerators(Collection<MediaDeviceInfo> accelerators)
Describes the media accelerators for the instance type.
accelerators - Describes the media accelerators for the instance type.public MediaAcceleratorInfo withAccelerators(MediaDeviceInfo... accelerators)
Describes the media accelerators for the instance type.
 NOTE: This method appends the values to the existing list (if any). Use
 setAccelerators(java.util.Collection) or withAccelerators(java.util.Collection) if you want to
 override the existing values.
 
accelerators - Describes the media accelerators for the instance type.public MediaAcceleratorInfo withAccelerators(Collection<MediaDeviceInfo> accelerators)
Describes the media accelerators for the instance type.
accelerators - Describes the media accelerators for the instance type.public void setTotalMediaMemoryInMiB(Integer totalMediaMemoryInMiB)
The total size of the memory for the media accelerators for the instance type, in MiB.
totalMediaMemoryInMiB - The total size of the memory for the media accelerators for the instance type, in MiB.public Integer getTotalMediaMemoryInMiB()
The total size of the memory for the media accelerators for the instance type, in MiB.
public MediaAcceleratorInfo withTotalMediaMemoryInMiB(Integer totalMediaMemoryInMiB)
The total size of the memory for the media accelerators for the instance type, in MiB.
totalMediaMemoryInMiB - The total size of the memory for the media accelerators for the instance type, in MiB.public String toString()
toString in class ObjectObject.toString()public MediaAcceleratorInfo clone()