@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NitroTpmInfo extends Object implements Serializable, Cloneable
Describes the supported NitroTPM versions for the instance type.
Constructor and Description |
---|
NitroTpmInfo() |
Modifier and Type | Method and Description |
---|---|
NitroTpmInfo |
clone() |
boolean |
equals(Object obj) |
List<String> |
getSupportedVersions()
Indicates the supported NitroTPM versions.
|
int |
hashCode() |
void |
setSupportedVersions(Collection<String> supportedVersions)
Indicates the supported NitroTPM versions.
|
String |
toString()
Returns a string representation of this object.
|
NitroTpmInfo |
withSupportedVersions(Collection<String> supportedVersions)
Indicates the supported NitroTPM versions.
|
NitroTpmInfo |
withSupportedVersions(String... supportedVersions)
Indicates the supported NitroTPM versions.
|
public List<String> getSupportedVersions()
Indicates the supported NitroTPM versions.
public void setSupportedVersions(Collection<String> supportedVersions)
Indicates the supported NitroTPM versions.
supportedVersions
- Indicates the supported NitroTPM versions.public NitroTpmInfo withSupportedVersions(String... supportedVersions)
Indicates the supported NitroTPM versions.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedVersions(java.util.Collection)
or withSupportedVersions(java.util.Collection)
if
you want to override the existing values.
supportedVersions
- Indicates the supported NitroTPM versions.public NitroTpmInfo withSupportedVersions(Collection<String> supportedVersions)
Indicates the supported NitroTPM versions.
supportedVersions
- Indicates the supported NitroTPM versions.public String toString()
toString
in class Object
Object.toString()
public NitroTpmInfo clone()