@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.EbsOptimizedSupport
public 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.
EbsOptimizedSupport
public 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.EbsOptimizedSupport
public 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.EbsOptimizedSupport
public void setEncryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport
- Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupport
public String getEncryptionSupport()
Indicates whether Amazon EBS encryption is supported.
EbsEncryptionSupport
public EbsInfo withEncryptionSupport(String encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport
- Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupport
public EbsInfo withEncryptionSupport(EbsEncryptionSupport encryptionSupport)
Indicates whether Amazon EBS encryption is supported.
encryptionSupport
- Indicates whether Amazon EBS encryption is supported.EbsEncryptionSupport
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.