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