@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaDeviceInfo extends Object implements Serializable, Cloneable
Describes the media accelerators for the instance type.
Constructor and Description |
---|
MediaDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
MediaDeviceInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The number of media accelerators for the instance type.
|
String |
getManufacturer()
The manufacturer of the media accelerator.
|
MediaDeviceMemoryInfo |
getMemoryInfo()
Describes the memory available to the media accelerator.
|
String |
getName()
The name of the media accelerator.
|
int |
hashCode() |
void |
setCount(Integer count)
The number of media accelerators for the instance type.
|
void |
setManufacturer(String manufacturer)
The manufacturer of the media accelerator.
|
void |
setMemoryInfo(MediaDeviceMemoryInfo memoryInfo)
Describes the memory available to the media accelerator.
|
void |
setName(String name)
The name of the media accelerator.
|
String |
toString()
Returns a string representation of this object.
|
MediaDeviceInfo |
withCount(Integer count)
The number of media accelerators for the instance type.
|
MediaDeviceInfo |
withManufacturer(String manufacturer)
The manufacturer of the media accelerator.
|
MediaDeviceInfo |
withMemoryInfo(MediaDeviceMemoryInfo memoryInfo)
Describes the memory available to the media accelerator.
|
MediaDeviceInfo |
withName(String name)
The name of the media accelerator.
|
public void setCount(Integer count)
The number of media accelerators for the instance type.
count
- The number of media accelerators for the instance type.public Integer getCount()
The number of media accelerators for the instance type.
public MediaDeviceInfo withCount(Integer count)
The number of media accelerators for the instance type.
count
- The number of media accelerators for the instance type.public void setName(String name)
The name of the media accelerator.
name
- The name of the media accelerator.public String getName()
The name of the media accelerator.
public MediaDeviceInfo withName(String name)
The name of the media accelerator.
name
- The name of the media accelerator.public void setManufacturer(String manufacturer)
The manufacturer of the media accelerator.
manufacturer
- The manufacturer of the media accelerator.public String getManufacturer()
The manufacturer of the media accelerator.
public MediaDeviceInfo withManufacturer(String manufacturer)
The manufacturer of the media accelerator.
manufacturer
- The manufacturer of the media accelerator.public void setMemoryInfo(MediaDeviceMemoryInfo memoryInfo)
Describes the memory available to the media accelerator.
memoryInfo
- Describes the memory available to the media accelerator.public MediaDeviceMemoryInfo getMemoryInfo()
Describes the memory available to the media accelerator.
public MediaDeviceInfo withMemoryInfo(MediaDeviceMemoryInfo memoryInfo)
Describes the memory available to the media accelerator.
memoryInfo
- Describes the memory available to the media accelerator.public String toString()
toString
in class Object
Object.toString()
public MediaDeviceInfo clone()