Class CreateAppAuthorizationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.appfabric.transform.CreateAppAuthorizationRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateAppAuthorizationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateAppAuthorizationRequestMarshaller
extends Object
implements Marshaller<CreateAppAuthorizationRequest>
CreateAppAuthorizationRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateAppAuthorizationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateAppAuthorizationRequest createAppAuthorizationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateAppAuthorizationRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateAppAuthorizationRequest>
- Parameters:
- createAppAuthorizationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-