public static class DescribeImagesRequest.DescribeImagesRequestFilter
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
key
The key of the filter condition used to query resources.
|
String |
value
The value of filter N 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 condition used to query resources. Valid values:
CreationStartTime
, you can query the resources that were created after the point in time specified by the Filter.N.Value
value.CreationEndTime
, you can query the resources that were created before the point in time as specified by the Filter.N.Value
value.CreationStartTime
@NameInMap(value="Value") public String value
The value of filter N used to query resources. When you specify this parameter, you must also specify Filter.N.Key
. Make sure the time is in the yyyy-MM-ddTHH:mmZ
format and in UTC.
2017-12-05T22:40Z
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 © 2024. All rights reserved.