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