Class GetDevicesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.networkmanager.transform.GetDevicesRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetDevicesRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetDevicesRequestMarshaller
extends Object
implements Marshaller<GetDevicesRequest>
GetDevicesRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetDevicesRequest getDevicesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetDevicesRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetDevicesRequest>
- Parameters:
- getDevicesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-