Class UpdateGatewayCapabilityConfigurationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse
-
- software.amazon.awssdk.services.iotsitewise.model.UpdateGatewayCapabilityConfigurationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateGatewayCapabilityConfigurationResponse.Builder,UpdateGatewayCapabilityConfigurationResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateGatewayCapabilityConfigurationResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<UpdateGatewayCapabilityConfigurationResponse.Builder,UpdateGatewayCapabilityConfigurationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateGatewayCapabilityConfigurationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateGatewayCapabilityConfigurationResponse.Builderbuilder()StringcapabilityNamespace()The namespace of the gateway capability.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 UpdateGatewayCapabilityConfigurationResponse.Builder>serializableBuilderClass()UpdateGatewayCapabilityConfigurationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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 gateway capability.
- Returns:
- The namespace of the gateway capability.
-
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.
After you update a capability configuration, its sync status is
OUT_OF_SYNCuntil 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,
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.
After you update a capability configuration, its sync status is
OUT_OF_SYNCuntil the gateway receives and applies or rejects the updated 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.
After you update a capability configuration, its sync status is
OUT_OF_SYNCuntil 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,
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.
After you update a capability configuration, its sync status is
OUT_OF_SYNCuntil the gateway receives and applies or rejects the updated configuration. -
- See Also:
CapabilitySyncStatus
-
-
toBuilder
public UpdateGatewayCapabilityConfigurationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateGatewayCapabilityConfigurationResponse.Builder,UpdateGatewayCapabilityConfigurationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateGatewayCapabilityConfigurationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateGatewayCapabilityConfigurationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-