@Generated(value="org.immutables.processor.ProxyProcessor") public final class CancelDeploymentRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CancelDeploymentRequest.Builder
Builds instances of type
CancelDeploymentRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CancelDeploymentRequest.Builder |
builder()
Creates a builder for
CancelDeploymentRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CancelDeploymentRequest that have equal attribute values. |
String |
getDeploymentId()
The deployment id
|
int |
hashCode()
Computes a hash code from attributes:
deploymentId. |
String |
toString()
Prints the immutable value
CancelDeploymentRequest with attribute values. |
public String getDeploymentId()
public boolean equals(Object another)
CancelDeploymentRequest that have equal attribute values.public int hashCode()
deploymentId.public String toString()
CancelDeploymentRequest with attribute values.public static CancelDeploymentRequest.Builder builder()
CancelDeploymentRequest.
CancelDeploymentRequest.builder()
.deploymentId(String) // required deploymentId
.build();
Copyright © 2020. All rights reserved.