Class DeleteNamedShadowRequest
- java.lang.Object
-
- software.amazon.awssdk.iot.iotshadow.model.DeleteNamedShadowRequest
-
public class DeleteNamedShadowRequest extends Object
Data needed to make a DeleteNamedShadow request.
-
-
Field Summary
Fields Modifier and Type Field Description String
clientToken
Optional.String
shadowName
Name of the shadow to delete.String
thingName
AWS IoT thing to delete a named shadow from.
-
Constructor Summary
Constructors Constructor Description DeleteNamedShadowRequest()
-
-
-
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.
-
-