@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EbsInfo extends Object implements Serializable, Cloneable
Describes the Amazon EBS features supported by the instance type.
| Constructor and Description |
|---|
EbsInfo() |
| Modifier and Type | Method and Description |
|---|---|
EbsInfo |
clone() |
boolean |
equals(Object obj) |
String |
getEbsOptimizedSupport()
Indicates that the instance type is Amazon EBS-optimized.
|
String |
getEncryptionSupport()
Indicates whether Amazon EBS encryption is supported.
|
int |
hashCode() |
void |
setEbsOptimizedSupport(String ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized.
|
void |
setEncryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
|
String |
toString()
Returns a string representation of this object.
|
EbsInfo |
withEbsOptimizedSupport(EbsOptimizedSupport ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized.
|
EbsInfo |
withEbsOptimizedSupport(String ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized.
|
EbsInfo |
withEncryptionSupport(EbsEncryptionSupport encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
|
EbsInfo |
withEncryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
|
public void setEbsOptimizedSupport(String ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized Instances in Amazon EC2 User Guide for Linux Instances.
ebsOptimizedSupport - Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized
Instances in Amazon EC2 User Guide for Linux Instances.EbsOptimizedSupportpublic String getEbsOptimizedSupport()
Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized Instances in Amazon EC2 User Guide for Linux Instances.
EbsOptimizedSupportpublic EbsInfo withEbsOptimizedSupport(String ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized Instances in Amazon EC2 User Guide for Linux Instances.
ebsOptimizedSupport - Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized
Instances in Amazon EC2 User Guide for Linux Instances.EbsOptimizedSupportpublic EbsInfo withEbsOptimizedSupport(EbsOptimizedSupport ebsOptimizedSupport)
Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized Instances in Amazon EC2 User Guide for Linux Instances.
ebsOptimizedSupport - Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized
Instances in Amazon EC2 User Guide for Linux Instances.EbsOptimizedSupportpublic void setEncryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport - Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupportpublic String getEncryptionSupport()
Indicates whether Amazon EBS encryption is supported.
EbsEncryptionSupportpublic EbsInfo withEncryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport - Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupportpublic EbsInfo withEncryptionSupport(EbsEncryptionSupport encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport - Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupportpublic String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.