StructuredPojo
, ToCopyableBuilder<OrderByElement.Builder,OrderByElement>
@Generated("software.amazon.awssdk:codegen") public class OrderByElement extends Object implements StructuredPojo, ToCopyableBuilder<OrderByElement.Builder,OrderByElement>
A field and direction for ordered output.
Modifier and Type | Class | Description |
---|---|---|
static interface |
OrderByElement.Builder |
Modifier and Type | Method | Description |
---|---|---|
static OrderByElement.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
fieldName() |
The field on which to order.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends OrderByElement.Builder> |
serializableBuilderClass() |
|
String |
sortOrder() |
Ordering direction.
|
OrderByElement.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String fieldName()
The field on which to order.
public String sortOrder()
Ordering direction.
OrderString
public OrderByElement.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OrderByElement.Builder,OrderByElement>
public static OrderByElement.Builder builder()
public static Class<? extends OrderByElement.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.