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