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