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