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