Class GatewayCapabilitySummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotsitewise.model.GatewayCapabilitySummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GatewayCapabilitySummary.Builder,GatewayCapabilitySummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGatewayCapabilitySummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GatewayCapabilitySummary.Builderbuilder()StringcapabilityNamespace()The namespace of the capability configuration.CapabilitySyncStatuscapabilitySyncStatus()The synchronization status of the capability configuration.StringcapabilitySyncStatusAsString()The synchronization status of the capability configuration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends GatewayCapabilitySummary.Builder>serializableBuilderClass()GatewayCapabilitySummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
capabilityNamespace
public 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, whereversionis a number such as1.- Returns:
- 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, whereversionis a number such as1.
-
capabilitySyncStatus
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,
capabilitySyncStatuswill returnCapabilitySyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcapabilitySyncStatusAsString().- Returns:
- 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.
-
- See Also:
CapabilitySyncStatus
-
-
capabilitySyncStatusAsString
public 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,
capabilitySyncStatuswill returnCapabilitySyncStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcapabilitySyncStatusAsString().- Returns:
- 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.
-
- See Also:
CapabilitySyncStatus
-
-
toBuilder
public GatewayCapabilitySummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GatewayCapabilitySummary.Builder,GatewayCapabilitySummary>
-
builder
public static GatewayCapabilitySummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends GatewayCapabilitySummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-