public class DescribeSnapshotOperationLogsRequest extends AbstractModel
Constructor and Description |
---|
DescribeSnapshotOperationLogsRequest() |
DescribeSnapshotOperationLogsRequest(DescribeSnapshotOperationLogsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get End time
|
String |
getSnapshotId()
Get File system snapshot ID
|
String |
getStartTime()
Get Start time
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setSnapshotId(String SnapshotId)
Set File system snapshot ID
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeSnapshotOperationLogsRequest()
public DescribeSnapshotOperationLogsRequest(DescribeSnapshotOperationLogsRequest source)
public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId
- File system snapshot IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timeCopyright © 2023. All rights reserved.