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