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