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