public class DescribeSnapshotsRequest extends Object
| Constructor and Description |
|---|
DescribeSnapshotsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsRequest |
addSnapshotIdsItem(String snapshotIdsItem) |
boolean |
equals(Object o) |
Integer |
getMaxResults()
Get maxResults
|
String |
getNextToken()
Get nextToken
|
List<String> |
getSnapshotIds()
Get snapshotIds
|
int |
hashCode() |
DescribeSnapshotsRequest |
maxResults(Integer maxResults) |
DescribeSnapshotsRequest |
nextToken(String nextToken) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setSnapshotIds(List<String> snapshotIds) |
DescribeSnapshotsRequest |
snapshotIds(List<String> snapshotIds) |
String |
toString() |
public DescribeSnapshotsRequest maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public DescribeSnapshotsRequest nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public DescribeSnapshotsRequest snapshotIds(List<String> snapshotIds)
public DescribeSnapshotsRequest addSnapshotIdsItem(String snapshotIdsItem)
Copyright © 2026. All rights reserved.