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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetConsoleScreenshotRequest>- Parameters:
getConsoleScreenshotRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-