Class UpdateNamedShadowRequest


  • public class UpdateNamedShadowRequest
    extends Object
    Data needed to make an UpdateNamedShadow request.
    • Field Detail

      • thingName

        public String thingName
        Aws IoT thing to update a named shadow of.
      • shadowName

        public String shadowName
        Name of the shadow to update.
      • clientToken

        public String clientToken
        Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.
      • state

        public ShadowState state
        Requested changes to shadow state. Updates affect only the fields specified.
      • version

        public Integer version
        (Optional) The Device Shadow service applies the update only if the specified version matches the latest version.
    • Constructor Detail

      • UpdateNamedShadowRequest

        public UpdateNamedShadowRequest()