toggle menu
AWS SDK for Kotlin
1.4.77
common
switch theme
Skip to Main Content
codestarconnections
/
aws.sdk.kotlin.services.codestarconnections.model
/
GetHostRequest
Get
Host
Request
class
GetHostRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
host
Arn
Link copied to clipboard
val
hostArn
:
String
?
The Amazon Resource Name (ARN) of the requested host.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
GetHostRequest.Builder
.
(
)
->
Unit
=
{}
)
:
GetHostRequest
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