Class GetNamedShadowRequest


  • public class GetNamedShadowRequest
    extends Object
    Data needed to make a GetNamedShadow request.
    • Field Detail

      • thingName

        public String thingName
        AWS IoT thing to get the named shadow for.
      • shadowName

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

      • GetNamedShadowRequest

        public GetNamedShadowRequest()