@Generated(value="software.amazon.awssdk:codegen") public final class ElastiCacheInstanceDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElastiCacheInstanceDetails.Builder,ElastiCacheInstanceDetails>
Details about the ElastiCache instances that AWS recommends that you purchase.
Modifier and Type | Class and Description |
---|---|
static interface |
ElastiCacheInstanceDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static ElastiCacheInstanceDetails.Builder |
builder() |
Boolean |
currentGeneration()
Whether the recommendation is for a current generation instance.
|
boolean |
equals(Object obj) |
String |
family()
The instance family of the recommended reservation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nodeType()
The type of node that AWS recommends.
|
String |
productDescription()
The description of the recommended reservation.
|
String |
region()
The AWS Region of the recommended reservation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ElastiCacheInstanceDetails.Builder> |
serializableBuilderClass() |
Boolean |
sizeFlexEligible()
Whether the recommended reservation is size flexible.
|
ElastiCacheInstanceDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String family()
The instance family of the recommended reservation.
public String nodeType()
The type of node that AWS recommends.
public String region()
The AWS Region of the recommended reservation.
public String productDescription()
The description of the recommended reservation.
public Boolean currentGeneration()
Whether the recommendation is for a current generation instance.
public Boolean sizeFlexEligible()
Whether the recommended reservation is size flexible.
public ElastiCacheInstanceDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ElastiCacheInstanceDetails.Builder,ElastiCacheInstanceDetails>
public static ElastiCacheInstanceDetails.Builder builder()
public static Class<? extends ElastiCacheInstanceDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.