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