toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
applicationdiscoveryservice
/
aws.sdk.kotlin.services.applicationdiscoveryservice.model
/
OrderByElement
Order
By
Element
class
OrderByElement
A field and direction for ordered output.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
field
Name
Link copied to clipboard
val
fieldName
:
String
The field on which to order.
sort
Order
Link copied to clipboard
val
sortOrder
:
OrderString
?
Ordering direction.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
OrderByElement.Builder
.
(
)
->
Unit
=
{}
)
:
OrderByElement
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String