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