@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGatewayCapabilityConfigurationResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<UpdateGatewayCapabilityConfigurationResponse.Builder,UpdateGatewayCapabilityConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGatewayCapabilityConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatewayCapabilityConfigurationResponse.Builder |
builder() |
String |
capabilityNamespace()
The namespace of the gateway capability.
|
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 UpdateGatewayCapabilityConfigurationResponse.Builder> |
serializableBuilderClass() |
UpdateGatewayCapabilityConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String capabilityNamespace()
The namespace of the gateway capability.
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.
After you update a capability configuration, its sync status is OUT_OF_SYNC until the gateway
receives and applies or rejects the updated 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.
After you update a capability configuration, its sync status is OUT_OF_SYNC until the
gateway receives and applies or rejects the updated 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.
After you update a capability configuration, its sync status is OUT_OF_SYNC until the gateway
receives and applies or rejects the updated 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.
After you update a capability configuration, its sync status is OUT_OF_SYNC until the
gateway receives and applies or rejects the updated configuration.
CapabilitySyncStatuspublic UpdateGatewayCapabilityConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGatewayCapabilityConfigurationResponse.Builder,UpdateGatewayCapabilityConfigurationResponse>toBuilder in class AwsResponsepublic static UpdateGatewayCapabilityConfigurationResponse.Builder builder()
public static Class<? extends UpdateGatewayCapabilityConfigurationResponse.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.