public static interface GetPropertyValueResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<GetPropertyValueResponse.Builder,GetPropertyValueResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPropertyValueResponse.Builder |
propertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPropertyValueResponse.Builder propertyValues(Map<String,PropertyLatestValue> propertyValues)
An object that maps strings to the properties and latest property values in the response. Each string in the mapping must be unique to this object.
propertyValues - An object that maps strings to the properties and latest property values in the response. Each string
in the mapping must be unique to this object.Copyright © 2022. All rights reserved.