Class DeleteNamedShadowRequest


  • public class DeleteNamedShadowRequest
    extends Object
    Data needed to make a DeleteNamedShadow request.
    • Field Detail

      • thingName

        public String thingName
        AWS IoT thing to delete a named shadow from.
      • shadowName

        public String shadowName
        Name of the shadow to delete.
      • 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.
    • Constructor Detail

      • DeleteNamedShadowRequest

        public DeleteNamedShadowRequest()