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