public class CapacityForDescribeDedicatedHostsOutput extends Object
| Constructor and Description |
|---|
CapacityForDescribeDedicatedHostsOutput() |
| Modifier and Type | Method and Description |
|---|---|
CapacityForDescribeDedicatedHostsOutput |
availableMemory(Integer availableMemory) |
CapacityForDescribeDedicatedHostsOutput |
availableVcpus(Integer availableVcpus) |
boolean |
equals(Object o) |
Integer |
getAvailableMemory()
Get availableMemory
|
Integer |
getAvailableVcpus()
Get availableVcpus
|
Integer |
getTotalMemory()
Get totalMemory
|
Integer |
getTotalVcpus()
Get totalVcpus
|
int |
hashCode() |
void |
setAvailableMemory(Integer availableMemory) |
void |
setAvailableVcpus(Integer availableVcpus) |
void |
setTotalMemory(Integer totalMemory) |
void |
setTotalVcpus(Integer totalVcpus) |
String |
toString() |
CapacityForDescribeDedicatedHostsOutput |
totalMemory(Integer totalMemory) |
CapacityForDescribeDedicatedHostsOutput |
totalVcpus(Integer totalVcpus) |
public CapacityForDescribeDedicatedHostsOutput()
public CapacityForDescribeDedicatedHostsOutput availableMemory(Integer availableMemory)
public Integer getAvailableMemory()
public void setAvailableMemory(Integer availableMemory)
public CapacityForDescribeDedicatedHostsOutput availableVcpus(Integer availableVcpus)
public Integer getAvailableVcpus()
public void setAvailableVcpus(Integer availableVcpus)
public CapacityForDescribeDedicatedHostsOutput totalMemory(Integer totalMemory)
public Integer getTotalMemory()
public void setTotalMemory(Integer totalMemory)
public CapacityForDescribeDedicatedHostsOutput totalVcpus(Integer totalVcpus)
public Integer getTotalVcpus()
public void setTotalVcpus(Integer totalVcpus)
Copyright © 2024. All rights reserved.