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