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