toggle menu
AWS SDK for Kotlin
1.4.77
common
switch theme
Skip to Main Content
codestarconnections
/
aws.sdk.kotlin.services.codestarconnections.model
/
CreateHostResponse
Create
Host
Response
class
CreateHostResponse
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 host to be created.
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
Tags for the created host.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
CreateHostResponse.Builder
.
(
)
->
Unit
=
{}
)
:
CreateHostResponse
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