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