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