public class LookUpEventsRequest extends AbstractModel
| Constructor and Description | 
|---|
| LookUpEventsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getEndTime()Get End time | 
| LookupAttribute[] | getLookupAttributes()Get Search criteria | 
| Long | getMaxResults()Get Maximum number of logs that can be returned | 
| String | getNextToken()Get Credential for viewing more logs | 
| Long | getStartTime()Get Start time | 
| void | setEndTime(Long EndTime)Set End time | 
| void | setLookupAttributes(LookupAttribute[] LookupAttributes)Set Search criteria | 
| void | setMaxResults(Long MaxResults)Set Maximum number of logs that can be returned | 
| void | setNextToken(String NextToken)Set Credential for viewing more logs | 
| void | setStartTime(Long StartTime)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, toJsonStringpublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - End timepublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start timepublic LookupAttribute[] getLookupAttributes()
public void setLookupAttributes(LookupAttribute[] LookupAttributes)
LookupAttributes - Search criteriapublic Long getMaxResults()
public void setMaxResults(Long MaxResults)
MaxResults - Maximum number of logs that can be returnedpublic String getNextToken()
public void setNextToken(String NextToken)
NextToken - Credential for viewing more logsCopyright © 2020. All rights reserved.