Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
smithy-client
/
aws.smithy.kotlin.runtime.client.endpoints.functions
/
Url
Url
common
data
class
Url
(
val
scheme
:
String
,
val
authority
:
String
,
val
path
:
String
,
val
normalizedPath
:
String
,
val
isIp
:
Boolean
)
Members
Constructors
Url
Link copied to clipboard
common
constructor
(
scheme
:
String
,
authority
:
String
,
path
:
String
,
normalizedPath
:
String
,
isIp
:
Boolean
)
Properties
authority
Link copied to clipboard
common
val
authority
:
String
is
Ip
Link copied to clipboard
common
val
isIp
:
Boolean
normalized
Path
Link copied to clipboard
common
val
normalizedPath
:
String
path
Link copied to clipboard
common
val
path
:
String
scheme
Link copied to clipboard
common
val
scheme
:
String