@Generated(value="software.amazon.awssdk:codegen") public final class RequestedServiceQuotaChange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RequestedServiceQuotaChange.Builder,RequestedServiceQuotaChange>
Information about a quota increase request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RequestedServiceQuotaChange.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RequestedServiceQuotaChange.Builder |
builder() |
String |
caseId()
The case ID.
|
Instant |
created()
The date and time when the quota increase request was received and the case ID was created.
|
Double |
desiredValue()
The new, increased value for the quota.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
globalQuota()
Indicates whether the quota is global.
|
int |
hashCode() |
String |
id()
The unique identifier.
|
Instant |
lastUpdated()
The date and time of the most recent change.
|
String |
quotaArn()
The Amazon Resource Name (ARN) of the quota.
|
String |
quotaCode()
The quota identifier.
|
String |
quotaName()
The quota name.
|
String |
requester()
The IAM identity of the requester.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RequestedServiceQuotaChange.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The service identifier.
|
String |
serviceName()
The service name.
|
RequestStatus |
status()
The state of the quota increase request.
|
String |
statusAsString()
The state of the quota increase request.
|
RequestedServiceQuotaChange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
unit()
The unit of measurement.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier.
public final String caseId()
The case ID.
public final String serviceCode()
The service identifier.
public final String serviceName()
The service name.
public final String quotaCode()
The quota identifier.
public final String quotaName()
The quota name.
public final Double desiredValue()
The new, increased value for the quota.
public final RequestStatus status()
The state of the quota increase request.
If the service returns an enum value that is not available in the current SDK version, status will
return RequestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RequestStatuspublic final String statusAsString()
The state of the quota increase request.
If the service returns an enum value that is not available in the current SDK version, status will
return RequestStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RequestStatuspublic final Instant created()
The date and time when the quota increase request was received and the case ID was created.
public final Instant lastUpdated()
The date and time of the most recent change.
public final String requester()
The IAM identity of the requester.
public final String quotaArn()
The Amazon Resource Name (ARN) of the quota.
public final Boolean globalQuota()
Indicates whether the quota is global.
public final String unit()
The unit of measurement.
public RequestedServiceQuotaChange.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RequestedServiceQuotaChange.Builder,RequestedServiceQuotaChange>public static RequestedServiceQuotaChange.Builder builder()
public static Class<? extends RequestedServiceQuotaChange.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.