Class GetAssetPropertyAggregatesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotsitewise.transform.GetAssetPropertyAggregatesRequestMarshaller
- All Implemented Interfaces:
 Marshaller<GetAssetPropertyAggregatesRequest>
@Generated("software.amazon.awssdk:codegen")
public class GetAssetPropertyAggregatesRequestMarshaller
extends Object
implements Marshaller<GetAssetPropertyAggregatesRequest>
GetAssetPropertyAggregatesRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionGetAssetPropertyAggregatesRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
GetAssetPropertyAggregatesRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
public SdkHttpFullRequest marshall(GetAssetPropertyAggregatesRequest getAssetPropertyAggregatesRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<GetAssetPropertyAggregatesRequest>- Parameters:
 getAssetPropertyAggregatesRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -