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