@Generated(value="software.amazon.awssdk:codegen") public final class ServiceSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceSummary.Builder,ServiceSummary>
Summary information about a service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the service.
|
static ServiceSummary.Builder |
builder() |
Instant |
createdAt()
The date and time that the service was created, specified in ISO-8601 format.
|
String |
customDomainName()
The custom domain name of the service.
|
DnsEntry |
dnsEntry()
DNS information about the service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the service.
|
Instant |
lastUpdatedAt()
The date and time that the service was last updated.
|
String |
name()
The name of the service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceSummary.Builder> |
serializableBuilderClass() |
ServiceStatus |
status()
The status.
|
String |
statusAsString()
The status.
|
ServiceSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the service.
public final Instant createdAt()
The date and time that the service was created, specified in ISO-8601 format.
public final String customDomainName()
The custom domain name of the service.
public final DnsEntry dnsEntry()
DNS information about the service.
public final String id()
The ID of the service.
public final Instant lastUpdatedAt()
The date and time that the service was last updated. The format is ISO-8601.
public final String name()
The name of the service.
public final ServiceStatus status()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return ServiceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ServiceStatuspublic final String statusAsString()
The status.
If the service returns an enum value that is not available in the current SDK version, status will
return ServiceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ServiceStatuspublic ServiceSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceSummary.Builder,ServiceSummary>public static ServiceSummary.Builder builder()
public static Class<? extends ServiceSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.