@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 stack description
|
String |
getName()
The stack name
|
int |
hashCode()
Computes a hash code from attributes:
description, name. |
String |
toString()
Prints the immutable value
CreateStackRequest with attribute values. |
public String getDescription()
public String getName()
public boolean equals(Object another)
CreateStackRequest that have equal attribute values.public int hashCode()
description, name.public String toString()
CreateStackRequest with attribute values.public static CreateStackRequest.Builder builder()
CreateStackRequest.
CreateStackRequest.builder()
.description(String | null) // nullable description
.name(String) // required name
.build();
Copyright © 2020. All rights reserved.