public static StartNodesResponse Unmarshall(UnmarshallerContext context)
        {
            StartNodesResponse startNodesResponse = new StartNodesResponse();

            startNodesResponse.HttpResponse = context.HttpResponse;
            startNodesResponse.RequestId    = context.StringValue("StartNodes.RequestId");

            return(startNodesResponse);
        }
        public static StartNodesResponse Unmarshall(UnmarshallerContext _ctx)
        {
            StartNodesResponse startNodesResponse = new StartNodesResponse();

            startNodesResponse.HttpResponse = _ctx.HttpResponse;
            startNodesResponse.RequestId    = _ctx.StringValue("StartNodes.RequestId");
            startNodesResponse.TaskId       = _ctx.StringValue("StartNodes.TaskId");

            return(startNodesResponse);
        }