@Generated(value="software.amazon.awssdk:codegen") public final class GetSignalCatalogResponse extends IoTFleetWiseResponse implements ToCopyableBuilder<GetSignalCatalogResponse.Builder,GetSignalCatalogResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSignalCatalogResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the signal catalog.
|
static GetSignalCatalogResponse.Builder |
builder() |
Instant |
creationTime()
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
description()
A brief description of the signal catalog.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
The last time the signal catalog was modified.
|
String |
name()
The name of the signal catalog.
|
NodeCounts |
nodeCounts()
The total number of network nodes specified in a signal catalog.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSignalCatalogResponse.Builder> |
serializableBuilderClass() |
GetSignalCatalogResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, 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 String description()
A brief description of the signal catalog.
public final NodeCounts nodeCounts()
The total number of network nodes specified in a 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 last time the signal catalog was modified.
public GetSignalCatalogResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSignalCatalogResponse.Builder,GetSignalCatalogResponse>toBuilder in class AwsResponsepublic static GetSignalCatalogResponse.Builder builder()
public static Class<? extends GetSignalCatalogResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.