public class DescribeDedicatedHostTypesRequest extends Object
| Constructor and Description |
|---|
DescribeDedicatedHostTypesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDedicatedHostTypesRequest |
addDedicatedHostTypeIdsItem(String dedicatedHostTypeIdsItem) |
DescribeDedicatedHostTypesRequest |
dedicatedHostTypeIds(List<String> dedicatedHostTypeIds) |
boolean |
equals(Object o) |
List<String> |
getDedicatedHostTypeIds()
Get dedicatedHostTypeIds
|
Integer |
getMaxResults()
Get maxResults
|
String |
getNextToken()
Get nextToken
|
String |
getSupportedInstanceTypeFamily()
Get supportedInstanceTypeFamily
|
int |
hashCode() |
DescribeDedicatedHostTypesRequest |
maxResults(Integer maxResults) |
DescribeDedicatedHostTypesRequest |
nextToken(String nextToken) |
void |
setDedicatedHostTypeIds(List<String> dedicatedHostTypeIds) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setSupportedInstanceTypeFamily(String supportedInstanceTypeFamily) |
DescribeDedicatedHostTypesRequest |
supportedInstanceTypeFamily(String supportedInstanceTypeFamily) |
String |
toString() |
public DescribeDedicatedHostTypesRequest dedicatedHostTypeIds(List<String> dedicatedHostTypeIds)
public DescribeDedicatedHostTypesRequest addDedicatedHostTypeIdsItem(String dedicatedHostTypeIdsItem)
public List<String> getDedicatedHostTypeIds()
public DescribeDedicatedHostTypesRequest maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public DescribeDedicatedHostTypesRequest nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public DescribeDedicatedHostTypesRequest supportedInstanceTypeFamily(String supportedInstanceTypeFamily)
public String getSupportedInstanceTypeFamily()
public void setSupportedInstanceTypeFamily(String supportedInstanceTypeFamily)
Copyright © 2024. All rights reserved.