public class DescribeSnapshotFilesRequest extends AbstractModel
Constructor and Description |
---|
DescribeSnapshotFilesRequest() |
DescribeSnapshotFilesRequest(DescribeSnapshotFilesRequest 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 |
getBusinessType()
Get Type of associated resource.
|
String |
getEndDate()
Get End time.
|
String |
getInstanceId()
Get ID of the instance.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
String |
getStartDate()
Get Start time.
|
void |
setBusinessType(String BusinessType)
Set Type of associated resource.
|
void |
setEndDate(String EndDate)
Set End time.
|
void |
setInstanceId(String InstanceId)
Set ID of the instance.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setStartDate(String StartDate)
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 DescribeSnapshotFilesRequest()
public DescribeSnapshotFilesRequest(DescribeSnapshotFilesRequest source)
public String getBusinessType()
public void setBusinessType(String BusinessType)
BusinessType
- Type of associated resource. Values: `securitygroup`public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of the instance.public String getStartDate()
public void setStartDate(String StartDate)
StartDate
- Start time. Format: %Y-%m-%d %H:%M:%Spublic String getEndDate()
public void setEndDate(String EndDate)
EndDate
- End time. Format: %Y-%m-%d %H:%M:%Spublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 200.Copyright © 2023. All rights reserved.