public static class GetStackResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetStackResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetStackResponse |
build()
Build the response object.
|
GetStackResponse.Builder |
copy(GetStackResponse o)
Copy method to populate the builder with values from the given instance.
|
GetStackResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetStackResponse.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
GetStackResponse.Builder |
stack(Stack stack)
The returned Stack instance.
|
public GetStackResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetStackResponse.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic GetStackResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetStackResponse.Builder stack(Stack stack)
The returned Stack instance.
stack
- the value to setpublic GetStackResponse.Builder copy(GetStackResponse o)
Copy method to populate the builder with values from the given instance.
public GetStackResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.