Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private SuggestStatus |
SuggestResult.status
The status of a
SuggestRequest . |
Modifier and Type | Method and Description |
---|---|
SuggestStatus |
SuggestStatus.clone() |
SuggestStatus |
SuggestResult.getStatus()
The status of a
SuggestRequest . |
SuggestStatus |
SuggestStatus.withRid(java.lang.String rid)
The encrypted resource ID for the request.
|
SuggestStatus |
SuggestStatus.withTimems(java.lang.Long timems)
How long it took to process the request, in milliseconds.
|
Modifier and Type | Method and Description |
---|---|
void |
SuggestResult.setStatus(SuggestStatus status)
The status of a
SuggestRequest . |
SuggestResult |
SuggestResult.withStatus(SuggestStatus status)
The status of a
SuggestRequest . |
Modifier and Type | Method and Description |
---|---|
SuggestStatus |
SuggestStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SuggestStatusJsonMarshaller.marshall(SuggestStatus suggestStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|