@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateStackRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateStackRequest.Builder
Builds instances of type
UpdateStackRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateStackRequest.Builder |
builder()
Creates a builder for
UpdateStackRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateStackRequest that have equal attribute values. |
Metadata |
getMetadata()
The metadata
|
String |
getStackId()
The stack id
|
int |
hashCode()
Computes a hash code from attributes:
metadata, stackId. |
String |
toString()
Prints the immutable value
UpdateStackRequest with attribute values. |
public Metadata getMetadata()
public String getStackId()
public boolean equals(Object another)
UpdateStackRequest that have equal attribute values.public int hashCode()
metadata, stackId.public String toString()
UpdateStackRequest with attribute values.public static UpdateStackRequest.Builder builder()
UpdateStackRequest.
UpdateStackRequest.builder()
.metadata(org.cloudfoundry.client.v3.Metadata | null) // nullable metadata
.stackId(String) // required stackId
.build();
Copyright © 2022. All rights reserved.