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