public class DescribeDedicatedHostsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeDedicatedHostsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDedicatedHostsResponse |
addDedicatedHostsItem(DedicatedHostForDescribeDedicatedHostsOutput dedicatedHostsItem) |
DescribeDedicatedHostsResponse |
dedicatedHosts(List<DedicatedHostForDescribeDedicatedHostsOutput> dedicatedHosts) |
boolean |
equals(Object o) |
@Valid List<DedicatedHostForDescribeDedicatedHostsOutput> |
getDedicatedHosts()
Get dedicatedHosts
|
String |
getNextToken()
Get nextToken
|
int |
hashCode() |
DescribeDedicatedHostsResponse |
nextToken(String nextToken) |
void |
setDedicatedHosts(List<DedicatedHostForDescribeDedicatedHostsOutput> dedicatedHosts) |
void |
setNextToken(String nextToken) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic DescribeDedicatedHostsResponse dedicatedHosts(List<DedicatedHostForDescribeDedicatedHostsOutput> dedicatedHosts)
public DescribeDedicatedHostsResponse addDedicatedHostsItem(DedicatedHostForDescribeDedicatedHostsOutput dedicatedHostsItem)
@Valid public @Valid List<DedicatedHostForDescribeDedicatedHostsOutput> getDedicatedHosts()
public void setDedicatedHosts(List<DedicatedHostForDescribeDedicatedHostsOutput> dedicatedHosts)
public DescribeDedicatedHostsResponse nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
Copyright © 2024. All rights reserved.