StructuredPojo, ToCopyableBuilder<SuggestStatus.Builder,SuggestStatus>@Generated("software.amazon.awssdk:codegen") public class SuggestStatus extends Object implements StructuredPojo, ToCopyableBuilder<SuggestStatus.Builder,SuggestStatus>
Contains the resource id (rid) and the time it took to process the request (timems).
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
SuggestStatus.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static SuggestStatus.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
rid() |
The encrypted resource ID for the request.
|
static Class<? extends SuggestStatus.Builder> |
serializableBuilderClass() |
|
Long |
timems() |
How long it took to process the request, in milliseconds.
|
SuggestStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Long timems()
How long it took to process the request, in milliseconds.
public String rid()
The encrypted resource ID for the request.
public SuggestStatus.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SuggestStatus.Builder,SuggestStatus>public static SuggestStatus.Builder builder()
public static Class<? extends SuggestStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.