toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
imagebuilder
/
aws.sdk.kotlin.services.imagebuilder.model
/
GetContainerRecipeResponse
Get
Container
Recipe
Response
class
GetContainerRecipeResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
container
Recipe
Link copied to clipboard
val
containerRecipe
:
ContainerRecipe
?
The container recipe object that is returned.
request
Id
Link copied to clipboard
val
requestId
:
String
?
The request ID that uniquely identifies this request.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
GetContainerRecipeResponse.Builder
.
(
)
->
Unit
=
{}
)
:
GetContainerRecipeResponse
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