public class ListLogMessageByConditionRequest extends AbstractModel
| Constructor and Description | 
|---|
| ListLogMessageByConditionRequest() | 
| ListLogMessageByConditionRequest(ListLogMessageByConditionRequest 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 | 
|---|---|
| Filter[] | getFilters()Get Valid values of `Key`: `events`. | 
| Pageable | getPageable()Get Pagination data | 
| Long | getStartTime()Get Start timestamp accurate to the millisecond | 
| String | getUserStoreId()Get User pool ID | 
| void | setFilters(Filter[] Filters)Set Valid values of `Key`: `events`. | 
| void | setPageable(Pageable Pageable)Set Pagination data | 
| void | setStartTime(Long StartTime)Set Start timestamp accurate to the millisecond | 
| void | setUserStoreId(String UserStoreId)Set User pool ID | 
| 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, toJsonStringpublic ListLogMessageByConditionRequest()
public ListLogMessageByConditionRequest(ListLogMessageByConditionRequest source)
public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId - User pool IDpublic Pageable getPageable()
public void setPageable(Pageable Pageable)
Pageable - Pagination datapublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start timestamp accurate to the millisecondpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Valid values of `Key`: `events`.
Copyright © 2022. All rights reserved.