public class DedicatedHostClusterCapacityForDescribeDedicatedHostClustersOutput extends Object
| Constructor and Description |
|---|
DedicatedHostClusterCapacityForDescribeDedicatedHostClustersOutput() |
public DedicatedHostClusterCapacityForDescribeDedicatedHostClustersOutput()
public DedicatedHostClusterCapacityForDescribeDedicatedHostClustersOutput availableInstanceTypes(List<AvailableInstanceTypeForDescribeDedicatedHostClustersOutput> availableInstanceTypes)
public DedicatedHostClusterCapacityForDescribeDedicatedHostClustersOutput addAvailableInstanceTypesItem(AvailableInstanceTypeForDescribeDedicatedHostClustersOutput availableInstanceTypesItem)
@Valid public @Valid List<AvailableInstanceTypeForDescribeDedicatedHostClustersOutput> getAvailableInstanceTypes()
public void setAvailableInstanceTypes(List<AvailableInstanceTypeForDescribeDedicatedHostClustersOutput> availableInstanceTypes)
public DedicatedHostClusterCapacityForDescribeDedicatedHostClustersOutput availableMemory(Integer availableMemory)
public Integer getAvailableMemory()
public void setAvailableMemory(Integer availableMemory)
public DedicatedHostClusterCapacityForDescribeDedicatedHostClustersOutput availableVcpus(Integer availableVcpus)
public Integer getAvailableVcpus()
public void setAvailableVcpus(Integer availableVcpus)
public DedicatedHostClusterCapacityForDescribeDedicatedHostClustersOutput totalMemory(Integer totalMemory)
public Integer getTotalMemory()
public void setTotalMemory(Integer totalMemory)
public DedicatedHostClusterCapacityForDescribeDedicatedHostClustersOutput totalVcpus(Integer totalVcpus)
public Integer getTotalVcpus()
public void setTotalVcpus(Integer totalVcpus)
Copyright © 2024. All rights reserved.