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