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