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