Class GetResourceApiKeyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.transform.GetResourceApiKeyRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetResourceApiKeyRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetResourceApiKeyRequest>
- Parameters:
getResourceApiKeyRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-