public static class DescribeImagesRequest.DescribeImagesRequestFilter
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
key
The key of the filter that is used to query resources.
|
String |
value
The value of the filter that is used to query resources.
|
构造器和说明 |
---|
DescribeImagesRequestFilter() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeImagesRequest.DescribeImagesRequestFilter |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
DescribeImagesRequest.DescribeImagesRequestFilter |
setKey(String key) |
DescribeImagesRequest.DescribeImagesRequestFilter |
setValue(String value) |
@NameInMap(value="Key") public String key
The key of the filter that is used to query resources. Valid values:
* If you set this parameter to `CreationStartTime`, you can query the resources that were created after the point in time specified by the `Filter.N.Value` parameter.
* If you set this parameter to `CreationEndTime`, you can query the resources that were created before the point in time specified by the `Filter.N.Value` parameter.
@NameInMap(value="Value") public String value
The value of the filter that is used to query resources. When you specify this parameter, you must also specify the `Filter.N.Key` parameter. Specify the time in the `yyyy-MM-ddTHH:mmZ` format. The time must be in UTC.
public static DescribeImagesRequest.DescribeImagesRequestFilter build(Map<String,?> map) throws Exception
Exception
public DescribeImagesRequest.DescribeImagesRequestFilter setKey(String key)
public String getKey()
public DescribeImagesRequest.DescribeImagesRequestFilter setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.