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