@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteStackRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteStackRequest.Builder
Builds instances of type
DeleteStackRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteStackRequest.Builder |
builder()
Creates a builder for
DeleteStackRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteStackRequest that have equal attribute values. |
Boolean |
getAsync()
If true, a new asynchronous job is submitted to perform the operation and the job id is included in the response
|
String |
getStackId()
The stack id
|
int |
hashCode()
Computes a hash code from attributes:
async, stackId. |
String |
toString()
Prints the immutable value
DeleteStackRequest with attribute values. |
public Boolean getAsync()
public String getStackId()
public boolean equals(Object another)
DeleteStackRequest that have equal attribute values.public int hashCode()
async, stackId.public String toString()
DeleteStackRequest with attribute values.public static DeleteStackRequest.Builder builder()
DeleteStackRequest.
DeleteStackRequest.builder()
.async(Boolean | null) // nullable async
.stackId(String) // required stackId
.build();
Copyright © 2020. All rights reserved.