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