public class DescribeMatchCodesRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeMatchCodesRequest()  | 
DescribeMatchCodesRequest(DescribeMatchCodesRequest 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 The number of MatchCodes per page 
 | 
String | 
getMatchCode()
Get Query by the MatchCode value (a string). 
 | 
Long | 
getOffset()
Get Offset, number of pages. 
 | 
void | 
setLimit(Long Limit)
Set The number of MatchCodes per page 
 | 
void | 
setMatchCode(String MatchCode)
Set Query by the MatchCode value (a string). 
 | 
void | 
setOffset(Long Offset)
Set Offset, number of pages. 
 | 
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 DescribeMatchCodesRequest()
public DescribeMatchCodesRequest(DescribeMatchCodesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, number of pages.public Long getLimit()
public void setLimit(Long Limit)
Limit - The number of MatchCodes per pagepublic String getMatchCode()
public void setMatchCode(String MatchCode)
MatchCode - Query by the MatchCode value (a string).Copyright © 2021. All rights reserved.