@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteServiceKeyRequest extends Object
_DeleteServiceKeyRequest.
Use the builder to create immutable instances:
DeleteServiceKeyRequest.builder().
| 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 |
getServiceKeyId()
The service key id
|
int |
hashCode()
Computes a hash code from attributes:
serviceKeyId. |
String |
toString()
Prints the immutable value
DeleteServiceKeyRequest with attribute values. |
public String getServiceKeyId()
public boolean equals(Object another)
DeleteServiceKeyRequest that have equal attribute values.public int hashCode()
serviceKeyId.public String toString()
DeleteServiceKeyRequest with attribute values.public static DeleteServiceKeyRequest.Builder builder()
DeleteServiceKeyRequest.
DeleteServiceKeyRequest.builder()
.serviceKeyId(String) // required serviceKeyId
.build();
Copyright © 2020. All rights reserved.