@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateServiceInstanceResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateServiceInstanceResponse.Builder
Builds instances of type
UpdateServiceInstanceResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceInstanceResponse.Builder |
builder()
Creates a builder for
UpdateServiceInstanceResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateServiceInstanceResponse that have equal attribute values. |
Optional<String> |
getJobId() |
Optional<ServiceInstanceResource> |
getServiceInstance() |
int |
hashCode()
Computes a hash code from attributes:
jobId, serviceInstance. |
String |
toString()
Prints the immutable value
UpdateServiceInstanceResponse with attribute values. |
public Optional<ServiceInstanceResource> getServiceInstance()
serviceInstance attributepublic boolean equals(Object another)
UpdateServiceInstanceResponse that have equal attribute values.public int hashCode()
jobId, serviceInstance.public String toString()
UpdateServiceInstanceResponse with attribute values.public static UpdateServiceInstanceResponse.Builder builder()
UpdateServiceInstanceResponse.
UpdateServiceInstanceResponse.builder()
.jobId(String) // optional jobId
.serviceInstance(ServiceInstanceResource) // optional serviceInstance
.build();
Copyright © 2023. All rights reserved.