@Generated(value="software.amazon.awssdk:codegen") public final class RequestedServiceQuotaChange extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RequestedServiceQuotaChange.Builder,RequestedServiceQuotaChange>
A structure that contains information about a requested change for a quota.
| 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 for the service quota increase request.
|
Instant |
created()
The date and time when the service quota increase request was received and the case Id was created.
|
Double |
desiredValue()
New increased value for the service quota.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
globalQuota()
Identifies if the quota is global.
|
int |
hashCode() |
String |
id()
The unique identifier of a requested service quota change.
|
Instant |
lastUpdated()
The date and time of the most recent change in the service quota increase request.
|
String |
quotaArn()
The Amazon Resource Name (ARN) of the service quota.
|
String |
quotaCode()
Specifies the service quota that you want to use.
|
String |
quotaName()
Name of the service quota.
|
String |
requester()
The IAM identity who submitted the service quota increase request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RequestedServiceQuotaChange.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Specifies the service that you want to use.
|
String |
serviceName()
The name of the AWS service specified in the increase request.
|
RequestStatus |
status()
State of the service quota increase request.
|
String |
statusAsString()
State of the service quota increase request.
|
RequestedServiceQuotaChange.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
unit()
Specifies the unit used for the quota.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The unique identifier of a requested service quota change.
public String caseId()
The case Id for the service quota increase request.
public String serviceCode()
Specifies the service that you want to use.
public String serviceName()
The name of the AWS service specified in the increase request.
public String quotaCode()
Specifies the service quota that you want to use.
public String quotaName()
Name of the service quota.
public Double desiredValue()
New increased value for the service quota.
public RequestStatus status()
State of the service 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 String statusAsString()
State of the service 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 Instant created()
The date and time when the service quota increase request was received and the case Id was created.
public Instant lastUpdated()
The date and time of the most recent change in the service quota increase request.
public String requester()
The IAM identity who submitted the service quota increase request.
public String quotaArn()
The Amazon Resource Name (ARN) of the service quota.
public Boolean globalQuota()
Identifies if the quota is global.
public String unit()
Specifies the unit used for the 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.