@Generated(value="OracleSDKGenerator", comments="API Version: 20180917") public class GetStackResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GetStackResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static GetStackResponse.Builder |
builder() |
String |
getEtag()
For optimistic concurrency control.
|
String |
getOpcRequestId()
Unique identifier for the request.
|
Stack |
getStack()
The returned Stack instance.
|
public static GetStackResponse.Builder builder()
public String getOpcRequestId()
Unique identifier for the request.
public String getEtag()
For optimistic concurrency control. See if-match
.
public Stack getStack()
The returned Stack instance.
Copyright © 2016–2019. All rights reserved.