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 SummaryFields Modifier and Type Field Description StringclientTokenOptional.StringshadowNameName of the shadow to get.StringthingNameAWS IoT thing to get the named shadow for.
 - 
Constructor SummaryConstructors Constructor Description GetNamedShadowRequest()
 
- 
- 
- 
Field Detail- 
thingNamepublic String thingName AWS IoT thing to get the named shadow for.
 - 
shadowNamepublic String shadowName Name of the shadow to get.
 - 
clientTokenpublic String clientToken Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.
 
- 
 
-