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