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