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