@Generated(value="software.amazon.awssdk:codegen") public final class ServiceInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceInfo.Builder,ServiceInfo>
A structure that contains the ServiceName and ServiceCode. It does not include all details
of the service quota. To get those values, use the ListServiceQuotas operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceInfo.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.
|
ServiceInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 ServiceInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceInfo.Builder,ServiceInfo>public static ServiceInfo.Builder builder()
public static Class<? extends ServiceInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.