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