Amazon.SimpleWorkflow.Model.Internal.MarshallTransformations.RequestCancelWorkflowExecutionResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : RequestCancelWorkflowExecutionResponseUnmarshaller
return RequestCancelWorkflowExecutionResponseUnmarshaller
        public static RequestCancelWorkflowExecutionResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new RequestCancelWorkflowExecutionResponseUnmarshaller();
          }
          return instance;
        }
  
RequestCancelWorkflowExecutionResponseUnmarshaller