@Generated(value="software.amazon.awssdk:codegen") public final class GatewayCapabilitySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GatewayCapabilitySummary.Builder,GatewayCapabilitySummary>
Contains a summary of a gateway capability configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GatewayCapabilitySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GatewayCapabilitySummary.Builder |
builder() |
String |
capabilityNamespace()
The namespace of the capability configuration.
|
CapabilitySyncStatus |
capabilitySyncStatus()
The synchronization status of the capability configuration.
|
String |
capabilitySyncStatusAsString()
The synchronization status of the capability configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GatewayCapabilitySummary.Builder> |
serializableBuilderClass() |
GatewayCapabilitySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String capabilityNamespace()
The namespace of the capability configuration. For example, if you configure OPC-UA sources from the IoT SiteWise
console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version,
where version is a number such as 1.
iotsitewise:opcuacollector:version, where version is a number such as
1.public final CapabilitySyncStatus capabilitySyncStatus()
The synchronization status of the capability configuration. The sync status can be one of the following:
IN_SYNC – The gateway is running the capability configuration.
OUT_OF_SYNC – The gateway hasn't received the capability configuration.
SYNC_FAILED – The gateway rejected the capability configuration.
If the service returns an enum value that is not available in the current SDK version,
capabilitySyncStatus will return CapabilitySyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from capabilitySyncStatusAsString().
IN_SYNC – The gateway is running the capability configuration.
OUT_OF_SYNC – The gateway hasn't received the capability configuration.
SYNC_FAILED – The gateway rejected the capability configuration.
CapabilitySyncStatuspublic final String capabilitySyncStatusAsString()
The synchronization status of the capability configuration. The sync status can be one of the following:
IN_SYNC – The gateway is running the capability configuration.
OUT_OF_SYNC – The gateway hasn't received the capability configuration.
SYNC_FAILED – The gateway rejected the capability configuration.
If the service returns an enum value that is not available in the current SDK version,
capabilitySyncStatus will return CapabilitySyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from capabilitySyncStatusAsString().
IN_SYNC – The gateway is running the capability configuration.
OUT_OF_SYNC – The gateway hasn't received the capability configuration.
SYNC_FAILED – The gateway rejected the capability configuration.
CapabilitySyncStatuspublic GatewayCapabilitySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GatewayCapabilitySummary.Builder,GatewayCapabilitySummary>public static GatewayCapabilitySummary.Builder builder()
public static Class<? extends GatewayCapabilitySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.