@Generated(value="software.amazon.awssdk:codegen") public final class ServiceMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceMetadata.Builder,ServiceMetadata>
The metadata associated with the specified AWS service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceMetadata.Builder |
builder() |
String |
category()
The category in which the AWS service belongs, such as compute, storage, database, and so on.
|
String |
description()
The description of the specified AWS service.
|
String |
displayName()
The display name of the AWS service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the AWS service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceMetadata.Builder> |
serializableBuilderClass() |
ServiceMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the AWS service.
public final String displayName()
The display name of the AWS service.
public final String description()
The description of the specified AWS service.
public final String category()
The category in which the AWS service belongs, such as compute, storage, database, and so on.
public ServiceMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceMetadata.Builder,ServiceMetadata>public static ServiceMetadata.Builder builder()
public static Class<? extends ServiceMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.