@Generated(value="software.amazon.awssdk:codegen") public final class ListEdgeAgentConfigurationsEdgeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListEdgeAgentConfigurationsEdgeConfig.Builder,ListEdgeAgentConfigurationsEdgeConfig>
A description of a single stream's edge configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEdgeAgentConfigurationsEdgeConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEdgeAgentConfigurationsEdgeConfig.Builder |
builder() |
Instant |
creationTime()
The timestamp when the stream first created the edge config.
|
EdgeConfig |
edgeConfig()
Returns the value of the EdgeConfig property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failedStatusDetails()
A description of the generated failure status.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The timestamp when the stream last updated the edge config.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEdgeAgentConfigurationsEdgeConfig.Builder> |
serializableBuilderClass() |
String |
streamARN()
The Amazon Resource Name (ARN) of the stream.
|
String |
streamName()
The name of the stream.
|
SyncStatus |
syncStatus()
The current sync status of the stream's edge configuration.
|
String |
syncStatusAsString()
The current sync status of the stream's edge configuration.
|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String streamName()
The name of the stream.
public final String streamARN()
The Amazon Resource Name (ARN) of the stream.
public final Instant creationTime()
The timestamp when the stream first created the edge config.
public final Instant lastUpdatedTime()
The timestamp when the stream last updated the edge config.
public final SyncStatus syncStatus()
The current sync status of the stream's edge configuration.
If the service returns an enum value that is not available in the current SDK version, syncStatus will
return SyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
syncStatusAsString().
SyncStatuspublic final String syncStatusAsString()
The current sync status of the stream's edge configuration.
If the service returns an enum value that is not available in the current SDK version, syncStatus will
return SyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
syncStatusAsString().
SyncStatuspublic final String failedStatusDetails()
A description of the generated failure status.
public final EdgeConfig edgeConfig()
public ListEdgeAgentConfigurationsEdgeConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEdgeAgentConfigurationsEdgeConfig.Builder,ListEdgeAgentConfigurationsEdgeConfig>public static ListEdgeAgentConfigurationsEdgeConfig.Builder builder()
public static Class<? extends ListEdgeAgentConfigurationsEdgeConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.