@Generated(value="software.amazon.awssdk:codegen") public final class ServiceMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceMetadata.Builder,ServiceMetadata>
The metadata that's associated with the Amazon Web 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 that the Amazon Web Service belongs to, such as compute, storage, or database.
|
String |
description()
The description of the Amazon Web Service.
|
String |
displayName()
The display name of the Amazon Web 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 Amazon Web 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 Amazon Web Service.
public final String displayName()
The display name of the Amazon Web Service.
public final String description()
The description of the Amazon Web Service.
public final String category()
The category that the Amazon Web Service belongs to, such as compute, storage, or database.
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 © 2022. All rights reserved.