@Generated(value="software.amazon.awssdk:codegen") public final class SignalCatalogSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>
Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SignalCatalogSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the signal catalog.
|
static SignalCatalogSummary.Builder |
builder() |
Instant |
creationTime()
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
name()
The name of the signal catalog.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SignalCatalogSummary.Builder> |
serializableBuilderClass() |
SignalCatalogSummary.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 signal catalog.
public final String arn()
The Amazon Resource Name (ARN) of the signal catalog.
public final Instant creationTime()
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
public final Instant lastModificationTime()
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
public SignalCatalogSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>public static SignalCatalogSummary.Builder builder()
public static Class<? extends SignalCatalogSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.