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