@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteQuotaRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteQuotaRequest.Builder
Builds instances of type
DeleteQuotaRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteQuotaRequest.Builder |
builder()
Creates a builder for
DeleteQuotaRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteQuotaRequest that have equal attribute values. |
Duration |
getCompletionTimeout()
How long to wait for deletion
|
String |
getName()
The name of the quota
|
int |
hashCode()
Computes a hash code from attributes:
completionTimeout, name. |
String |
toString()
Prints the immutable value
DeleteQuotaRequest with attribute values. |
public Duration getCompletionTimeout()
public String getName()
public boolean equals(Object another)
DeleteQuotaRequest that have equal attribute values.public int hashCode()
completionTimeout, name.public String toString()
DeleteQuotaRequest with attribute values.public static DeleteQuotaRequest.Builder builder()
DeleteQuotaRequest.
DeleteQuotaRequest.builder()
.completionTimeout(java.time.Duration) // optional completionTimeout
.name(String) // required name
.build();
Copyright © 2022. All rights reserved.