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