Class SuggestStatus
java.lang.Object
com.amazonaws.services.cloudsearchdomain.model.SuggestStatus
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the resource id (rid
) and the time it took to process
the request (timems
).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getRid()
The encrypted resource ID for the request.How long it took to process the request, in milliseconds.int
hashCode()
void
The encrypted resource ID for the request.void
How long it took to process the request, in milliseconds.toString()
Returns a string representation of this object; useful for testing and debugging.The encrypted resource ID for the request.withTimems
(Long timems) How long it took to process the request, in milliseconds.
-
Constructor Details
-
SuggestStatus
public SuggestStatus()
-
-
Method Details
-
setTimems
How long it took to process the request, in milliseconds.
- Parameters:
timems
- How long it took to process the request, in milliseconds.
-
getTimems
How long it took to process the request, in milliseconds.
- Returns:
- How long it took to process the request, in milliseconds.
-
withTimems
How long it took to process the request, in milliseconds.
- Parameters:
timems
- How long it took to process the request, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRid
The encrypted resource ID for the request.
- Parameters:
rid
- The encrypted resource ID for the request.
-
getRid
The encrypted resource ID for the request.
- Returns:
- The encrypted resource ID for the request.
-
withRid
The encrypted resource ID for the request.
- Parameters:
rid
- The encrypted resource ID for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-