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