@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()
Specifies the quota identifier.
|
QuotaContextInfo |
quotaContext()
The context for this service quota.
|
String |
quotaName()
Specifies the quota name.
|
AppliedLevelEnum |
quotaRequestedAtLevel()
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
String |
quotaRequestedAtLevelAsString()
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
String |
requester()
The IAM identity of the requester.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RequestedServiceQuotaChange.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Specifies the service identifier.
|
String |
serviceName()
Specifies 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()
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
public final String serviceName()
Specifies the service name.
public final String quotaCode()
Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas
operation, and look for the QuotaCode response in the output for the quota you want.
QuotaCode response in the output for
the quota you want.public final String quotaName()
Specifies 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 final AppliedLevelEnum quotaRequestedAtLevel()
Specifies at which level within the Amazon Web Services account the quota request applies to.
If the service returns an enum value that is not available in the current SDK version,
quotaRequestedAtLevel will return AppliedLevelEnum.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from quotaRequestedAtLevelAsString().
AppliedLevelEnumpublic final String quotaRequestedAtLevelAsString()
Specifies at which level within the Amazon Web Services account the quota request applies to.
If the service returns an enum value that is not available in the current SDK version,
quotaRequestedAtLevel will return AppliedLevelEnum.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from quotaRequestedAtLevelAsString().
AppliedLevelEnumpublic final QuotaContextInfo quotaContext()
The context for this service quota.
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.