public class DescribeSubAppIdsRequest extends AbstractModel
Constructor and Description |
---|
DescribeSubAppIdsRequest() |
DescribeSubAppIdsRequest(DescribeSubAppIdsRequest 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 |
---|---|
Long |
getLimit()
Get Maximum return results of pulling paginated queries.
|
String |
getName()
Get Subapplication name.
|
Long |
getOffset()
Get Page number offset from the beginning of paginated queries.
|
ResourceTag[] |
getTags()
Get Tag information.
|
void |
setLimit(Long Limit)
Set Maximum return results of pulling paginated queries.
|
void |
setName(String Name)
Set Subapplication name.
|
void |
setOffset(Long Offset)
Set Page number offset from the beginning of paginated queries.
|
void |
setTags(ResourceTag[] Tags)
Set Tag information.
|
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 DescribeSubAppIdsRequest()
public DescribeSubAppIdsRequest(DescribeSubAppIdsRequest source)
public String getName()
public void setName(String Name)
Name
- Subapplication name.public ResourceTag[] getTags()
public void setTags(ResourceTag[] Tags)
Tags
- Tag information. You can query the list of subapplications with specified tags.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page number offset from the beginning of paginated queries. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum return results of pulling paginated queries. Default: 200; maximum: 200.Copyright © 2023. All rights reserved.