public class DescribeSnapshotChainsResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeSnapshotChainsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotChainsResponse |
addSnapshotChainsItem(SnapshotChainForDescribeSnapshotChainsOutput snapshotChainsItem) |
boolean |
equals(Object o) |
Integer |
getPageNumber()
Get pageNumber
|
Integer |
getPageSize()
Get pageSize
|
@Valid List<SnapshotChainForDescribeSnapshotChainsOutput> |
getSnapshotChains()
Get snapshotChains
|
Integer |
getTotalCount()
Get totalCount
|
int |
hashCode() |
DescribeSnapshotChainsResponse |
pageNumber(Integer pageNumber) |
DescribeSnapshotChainsResponse |
pageSize(Integer pageSize) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setSnapshotChains(List<SnapshotChainForDescribeSnapshotChainsOutput> snapshotChains) |
void |
setTotalCount(Integer totalCount) |
DescribeSnapshotChainsResponse |
snapshotChains(List<SnapshotChainForDescribeSnapshotChainsOutput> snapshotChains) |
String |
toString() |
DescribeSnapshotChainsResponse |
totalCount(Integer totalCount) |
getResponseMetadata, setResponseMetadatapublic DescribeSnapshotChainsResponse pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public DescribeSnapshotChainsResponse pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public DescribeSnapshotChainsResponse snapshotChains(List<SnapshotChainForDescribeSnapshotChainsOutput> snapshotChains)
public DescribeSnapshotChainsResponse addSnapshotChainsItem(SnapshotChainForDescribeSnapshotChainsOutput snapshotChainsItem)
@Valid public @Valid List<SnapshotChainForDescribeSnapshotChainsOutput> getSnapshotChains()
public void setSnapshotChains(List<SnapshotChainForDescribeSnapshotChainsOutput> snapshotChains)
public DescribeSnapshotChainsResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2026. All rights reserved.