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