Class CreateWorkspaceServiceAccountTokenRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.grafana.transform.CreateWorkspaceServiceAccountTokenRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateWorkspaceServiceAccountTokenRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateWorkspaceServiceAccountTokenRequestMarshaller
extends Object
implements Marshaller<CreateWorkspaceServiceAccountTokenRequest>
CreateWorkspaceServiceAccountTokenRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateWorkspaceServiceAccountTokenRequest createWorkspaceServiceAccountTokenRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateWorkspaceServiceAccountTokenRequestMarshallerpublic CreateWorkspaceServiceAccountTokenRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(CreateWorkspaceServiceAccountTokenRequest createWorkspaceServiceAccountTokenRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateWorkspaceServiceAccountTokenRequest>
- Parameters:
- createWorkspaceServiceAccountTokenRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-